You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many bugs, for example, in train_w_distill.py line60: "elif args.Distillation == 'Fitnet' ", it should be FitNet. also, in Multiple.py line15, the variable t and s are not used in the codes below, and the for-loop leads to a error "TypeError: zip argument #1 must support iteration".
Overall, the code is really not working, i wonder where the results in the github page comes from...
The text was updated successfully, but these errors were encountered:
There are many bugs, for example, in train_w_distill.py line60: "elif args.Distillation == 'Fitnet' ", it should be FitNet. also, in Multiple.py line15, the variable t and s are not used in the codes below, and the for-loop leads to a error "TypeError: zip argument #1 must support iteration".
Overall, the code is really not working, i wonder where the results in the github page comes from...
The text was updated successfully, but these errors were encountered: