overhaul-distillation icon indicating copy to clipboard operation
overhaul-distillation copied to clipboard

Official PyTorch implementation of "A Comprehensive Overhaul of Feature Distillation" (ICCV 2019)

Results 2 overhaul-distillation issues
Sort by recently updated
recently updated
newest added

d_net.train() d_net.module.s_net.train() d_net.module.t_net.train() Hi, I noticed that the Teacher model is also trained. In the general distillation process, shouldn't the teacher be in inference mode? Both in training mode will...

@ClovaAIAdmin Thank you for sharing this nice work Based on torchvision's ResNet/MobileNet and Distiller you realized, I make a new implementation [ZJCV/overhaul](https://github.com/ZJCV/overhaul) I have done some experiments, and can really...