Skip to content

Commit 1ced800

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

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
@@ -84,7 +84,7 @@
8484
test_loader = torch.utils.data.DataLoader(test_dataset, batch_size=128, shuffle=False, num_workers=2)
8585

8686
######################################################################
87-
# Moving forward we need to define our model classes. A number of user defined parameters needs to be set here. We use 2 different architectures, keeping the number of filters fixed across our experiments to ensure fair comparisons.
87+
# 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..
8888
# 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.
8989
# The number of filters and neurons is smaller for the students.
9090

0 commit comments

Comments
 (0)