Update README.md

pull/4/head
dyning 2020-04-07 23:34:15 +08:00 committed by GitHub
parent 2513a15b0e
commit 9900dc4571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ src="docs/images/models/mobile_arm_top1.png" width="1000">
模型蒸馏是指使用教师模型(teacher model)去指导学生模型(student model)学习特定任务保证小模型在参数量不变的情况下得到比较大的效果提升甚至获得与大模型相似的精度指标。PaddleCLS提供了一种简单的半监督标签模型蒸馏方案SSLDSimple Semi-supervised Label Distillation使用该方案大幅提升了ResNet50_vd、MobileNetV1和MobileNetV3在ImageNet数据集上分类效果。该蒸馏方案的框架图和蒸馏模型效果如下图所示详细的蒸馏方法介绍以及使用持续更新中。
<center class="half">
<img
src="docs/images/distillation/ppcls_distillation_v1.png" width="450"> <img
src="docs/images/distillation/distillation_perform.png" width="300">
src="docs/images/distillation/ppcls_distillation_v1.png" width="400"> <img
src="docs/images/distillation/distillation_perform.png" width="250">
</center>
- 数据增广