提交 5be6e5cd 编写于 作者: littletomatodonkey's avatar littletomatodonkey

fix path

上级 70bf9751
...@@ -3,7 +3,7 @@ ARCHITECTURE: ...@@ -3,7 +3,7 @@ ARCHITECTURE:
name: 'ResNet50_vd_distill_MobileNetV3_large_x1_0' name: 'ResNet50_vd_distill_MobileNetV3_large_x1_0'
pretrained_model: pretrained_model:
- "./pretrain/flowers102_R50_vd_final/ppcls" - "./pretrained/flowers102_R50_vd_final/ppcls"
- "./pretrained/MobileNetV3_large_x1_0_pretrained/" - "./pretrained/MobileNetV3_large_x1_0_pretrained/"
model_save_dir: "./output/" model_save_dir: "./output/"
classes_num: 102 classes_num: 102
......
...@@ -45,7 +45,7 @@ cd ../../ ...@@ -45,7 +45,7 @@ cd ../../
### 2.1 设置PYTHONPATH环境变量 ### 2.1 设置PYTHONPATH环境变量
```bash ```bash
export PYTHONPATH=path_to_PaddleClas:$PYTHONPATH export PYTHONPATH=./:$PYTHONPATH
``` ```
### 2.2 环境说明 ### 2.2 环境说明
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册