Knowledge distillation using Mobilenet on MS1M dataset #30
leondgarse
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
Where in the repo can I find the pretrained mxnet model? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Create distillation dataset using
data_distiller.py
and a MXNet / ONNX / PyTorch / Keras pretrained model. Setuse_fp16
to save asfloat16
.Train
Mobilenet
, and setadd_pointwise_conv=True
. In some experimentsadd_pointwise_conv
is better, some others not...Result
Beta Was this translation helpful? Give feedback.
All reactions