提交 533aa8a7 编写于 作者: littletomatodonkey's avatar littletomatodonkey 提交者: Tingquan Gao

improve doc, test=document_fix

上级 26e5e540
......@@ -74,7 +74,7 @@ git clone https://gitee.com/paddlepaddle/PaddleClas.git -b release/2.0
**安装Python依赖库:**
Python依赖库在[requirements.txt](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.0/requirements.txt)中给出,可通过如下命令安装:
Python依赖库在`requirements.txt`中给出,可通过如下命令安装:
```bash
pip3 install --upgrade -r requirements.txt -i https://mirror.baidu.com/pypi/simple
......
......@@ -181,8 +181,7 @@ TRAIN:
```shell
export CUDA_VISIBLE_DEVICES=0
python3 tools/train.py \
        -c ./configs/quick_start/R50_vd_distill_MV3_large_x1_0.yaml
python3 tools/train.py -c ./configs/quick_start/R50_vd_distill_MV3_large_x1_0.yaml
```
最终flowers102验证集上的精度为0.9647,结合更多的无标签数据,使用教师模型进行知识蒸馏,MobileNetV3的精度涨幅高达6.47\%
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册