Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HobbitLong committed Oct 22, 2019
1 parent c513466 commit e5fbb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_student.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def main():
cudnn.benchmark = True

# validate teacher accuracy
teacher_acc, _ = validate(val_loader, model_t, criterion_cls, opt)
teacher_acc, _, _ = validate(val_loader, model_t, criterion_cls, opt)
print('teacher accuracy: ', teacher_acc)

# routine
Expand Down

0 comments on commit e5fbb28

Please sign in to comment.