Skip to content

tianxingyzxq/KD_with_FitNet

Repository files navigation

!python train_w_distill.py --Distillation=FitNet --train_dir=fitnet --main_scope=Student_w_FitNet --teacher=ResNet_teacher --hintLayerIndex=11 --guidedLayerIndex=3 --BottelneckChanelNBR=9 max_pool_btlnk_size=4

  • To retrain the teacher : put Distillation to None , and specify the main_scope=Teacher as follow :

!python train_w_distill.py --Distillation=None --train_dir=test --main_scope=Teacher

-To compute the trained student network performance, use:

!python computeValForStudentNet.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published