Results 1 issues of Alex Huang

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,...