megvii-research / mdistiller

The official implementation of [CVPR2022] Decoupled Knowledge Distillation https://arxiv.org/abs/2203.08679 and [ICCV2023] DOT: A Distillation-Oriented Trainer https://openaccess.thecvf.com/content/ICCV2023/papers/Zhao_DOT_A_Distillation-Oriented_Trainer_ICCV_2023_paper.pdf
807 stars 123 forks source link

ImageNet对比的是mobileNet_v1还是mobileNet_v2? #25

Closed GuoYi0 closed 2 years ago

GuoYi0 commented 2 years ago

论文里面resnet50蒸馏的是mobileNet_v2,而代码里面只有mobileNet_v1?

Zzzzz1 commented 2 years ago

论文中的所有结果其实使用的是MobileNetV1,之前的论文书写有误,现已更正(参考arxiv版本)。