-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Line 222, ReviewKD/CIFAR-100/train.py
t_features, t_pred = teacher(images, is_feat = True, preact=True)
Line 76, ReviewKD/CIFAR-100/model/reviewkd.py
student_features = self.student(x,is_feat=True)
Why preact is set different value in these two positions?
One is True, the other is False (default value)
thanks!
Metadata
Metadata
Assignees
Labels
No labels