Skip to content

Commit 040fcdd

Browse files
author
Seth Weidman
committed
Comment text line
1 parent c37b14a commit 040fcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/static_quantization_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def train_one_epoch(model, criterion, optimizer, data_loader, device, ntrain_bat
550550

551551
num_train_batches = 20
552552

553-
Train and check accuracy after each epoch
553+
# Train and check accuracy after each epoch
554554
for nepoch in range(8):
555555
train_one_epoch(qat_model, criterion, optimizer, data_loader, torch.device('cpu'), num_train_batches)
556556
if nepoch > 3:

0 commit comments

Comments
 (0)