提交 5358375f 编写于 作者: X xuezhong

Merge branch 'develop' of https://github.com/PaddlePaddle/models into dureader_v2.0

......@@ -78,10 +78,10 @@ CUDA_VISIBLE_DEVICES=1 python -u train.py --use_cuda 1 > log.txt 2>&1 &
cpu 单机训练
``` bash
python -u train.py --use_cuda 0 > log.txt 2>&1 &
CPU_NUM=1 python -u train.py --use_cuda 0 > log.txt 2>&1 &
```
值得注意的是上述单卡训练可以通过加--parallel 1参数使用Parallel Executor来进行加速
值得注意的是上述单卡训练可以通过加--use_parallel 1参数使用Parallel Executor来进行加速。
## 训练结果示例
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册