Skip to content

Commit 1113cf1

Browse files
Update beginner_source/knowledge_distillation_tutorial.py
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 1ced800 commit 1113cf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner_source/knowledge_distillation_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686
######################################################################
8787
# Next, we need to define our model classes. Several user-defined parameters need to be set here. We use two different architectures, keeping the number of filters fixed across our experiments to ensure fair comparisons..
88-
# Both architectures are Convolutional Neural Networks (CNNs) with a different number of convolutional layers that work as feature extractors followed by a classifier, with 10 classes.
88+
# Both architectures are Convolutional Neural Networks (CNNs) with a different number of convolutional layers that serve as feature extractors, followed by a classifier with 10 classes.
8989
# The number of filters and neurons is smaller for the students.
9090

9191
# Deeper neural network class to be used as teacher

0 commit comments

Comments
 (0)