Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 3.34 KB

README.zh-CN.md

File metadata and controls

94 lines (67 loc) · 3.34 KB
语言: 🇨🇳 🇺🇸

«overhaul»复现了论文A Comprehensive Overhaul of Feature Distillation

arch_s top1 top5 arch_t top1 top5 dataset lambda top1 top5
MobileNetv2 79.420 95.680 ResNet50 83.290 96.630 CIFAR100 15.0 82.440 96.540
ResNet18 80.720 95.840 ResNet50 83.290 96.630 CIFAR100 2.0 82.470 96.360
ResNet18 80.720 95.840 ResNet152 85.660 97.590 CIFAR100 2.0 83.310 97.000
ResNet50 83.290 96.630 ResNet152 85.660 97.590 CIFAR100 2.0 86.080 97.350
ResNet50 83.290 96.630 ResNeXt_32x8d 85.600 97.460 CIFAR100 2.0 85.410 97.430

更多内容参见docs

内容列表

背景

OFD设计了新的蒸馏位置、教师转换以及距离函数,实现了更好的性能增益。

当前实现基于 clovaai/overhaul-distillation

安装

$ pip install -r requirements.txt

用法

  • 训练
$ CUDA_VISIBLE_DEVICES=0 python tools/train.py -cfg=configs/resnet/ofd_2_0_r50_pret_r18_c100_224_e100_sgd_mslr.yaml
  • 测试
$ CUDA_VISIBLE_DEVICES=0 python tools/test.py -cfg=configs/resnet/ofd_2_0_r50_pret_r18_c100_224_e100_sgd_mslr.yaml

主要维护人员

  • zhujian - Initial work - zjykzj

致谢

@inproceedings{heo2019overhaul,
  title={A Comprehensive Overhaul of Feature Distillation},
  author={Heo, Byeongho and Kim, Jeesoo and Yun, Sangdoo and Park, Hyojin and Kwak, Nojun and Choi, Jin Young},
  booktitle = {International Conference on Computer Vision (ICCV)},
  year={2019}
}

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2021 zjykzj