ReviewKD icon indicating copy to clipboard operation
ReviewKD copied to clipboard

preact setting

Open fingerk28 opened this issue 2 years ago • 4 comments

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!

fingerk28 avatar Aug 04 '21 08:08 fingerk28