“b54435a8ab77bb8d74f05949a2ff0d7cddc112ec”上不存在“develop/doc_cn/howto/cmd_parameter/arguments_cn.html”
未验证 提交 ebee6565 编写于 作者: W wangguanzhong 提交者: GitHub

[cherry-pick] update docs with cpu training (#2926)

上级 ab465673
...@@ -20,6 +20,8 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml ...@@ -20,6 +20,8 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml
```bash ```bash
export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7
# or run on CPU with:
# export CPU_NUM=8
python tools/train.py -c configs/faster_rcnn_r50_1x.yml python tools/train.py -c configs/faster_rcnn_r50_1x.yml
``` ```
...@@ -27,6 +29,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml ...@@ -27,6 +29,7 @@ python tools/train.py -c configs/faster_rcnn_r50_1x.yml
- Pretrained model is downloaded automatically and cached in `~/.cache/paddle/weights`. - Pretrained model is downloaded automatically and cached in `~/.cache/paddle/weights`.
- Model checkpoints is saved in `output` by default (configurable). - Model checkpoints is saved in `output` by default (configurable).
- To check out hyper parameters used, please refer to the config file. - To check out hyper parameters used, please refer to the config file.
- RCNN models training on CPU is not supported on PaddlePaddle<=1.5.1 and will be fixed on later version.
Alternating between training epoch and evaluation run is possible, simply pass Alternating between training epoch and evaluation run is possible, simply pass
in `--eval=True` to do so (tested with `SSD` detector on Pascal-VOC, not in `--eval=True` to do so (tested with `SSD` detector on Pascal-VOC, not
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册