Update getting_started.md

This commit is contained in:
cuicheng01 2020-04-19 22:07:43 +08:00 committed by GitHub
parent c8636e4918
commit 48e3cc3c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ export PYTHONPATH=path_to_PaddleClas:$PYTHONPATH
PaddleClas 提供模型训练与评估脚本tools/train.py和tools/eval.py
### 2.1 模型训练
以flower102数据为例按如下方式启动模型训练flower数据集准备请参考[数据集准备](./data.md)
以flower102数据为例按如下方式启动模型训练flower数据集准备请参考[数据集准备](./data.md)
```bash
# PaddleClas通过launch方式启动多卡多进程训练