Skip to content

Commit

Permalink
Merge pull request #70 from littletomatodonkey/fix_doc
Browse files Browse the repository at this point in the history
fix test name in quick start doc.
  • Loading branch information
dyning committed Apr 24, 2020
2 parents f21594c + 22d3005 commit 8228c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/zh_CN/tutorials/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@ cp -r output/ResNet50_vd/19/ ./pretrained/flowers102_R50_vd_final/

### 3.6 知识蒸馏小试牛刀

* 使用flowers102数据集进行模型蒸馏,为了进一步提提升模型的精度,使用test_list.txt充当无标签数据,在这里有几点需要注意:
* `test_list.txt``val_list.txt`的样本没有重复。
* 即使引入了有标签的test_list.txt中的测试集图像,但是代码中没有使用标签信息,因此仍然可以视为无标签的模型蒸馏。
* 使用flowers102数据集进行模型蒸馏,为了进一步提提升模型的精度,使用extra_list.txt充当无标签数据,在这里有几点需要注意:
* `extra_list.txt``val_list.txt`的样本没有重复,因此可以用于扩充知识蒸馏任务的训练数据
* 即使引入了有标签的extra_list.txt中的图像,但是代码中没有使用标签信息,因此仍然可以视为无标签的模型蒸馏。
* 蒸馏过程中,教师模型使用的预训练模型为flowers102数据集上的训练结果,学生模型使用的是ImageNet1k数据集上精度为75.32\%的MobileNetV3_large_x1_0预训练模型。


Expand Down

0 comments on commit 8228c6f

Please sign in to comment.