pull/54/head
littletomatodonkey 2020-04-20 13:36:21 +00:00
parent 70bf9751ce
commit 5be6e5cd04
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ ARCHITECTURE:
name: 'ResNet50_vd_distill_MobileNetV3_large_x1_0'
pretrained_model:
- "./pretrain/flowers102_R50_vd_final/ppcls"
- "./pretrained/flowers102_R50_vd_final/ppcls"
- "./pretrained/MobileNetV3_large_x1_0_pretrained/"
model_save_dir: "./output/"
classes_num: 102

View File

@ -45,7 +45,7 @@ cd ../../
### 2.1 设置PYTHONPATH环境变量
```bash
export PYTHONPATH=path_to_PaddleClas:$PYTHONPATH
export PYTHONPATH=./:$PYTHONPATH
```
### 2.2 环境说明