未验证 提交 a52a1435 编写于 作者: C ccmeteorljh 提交者: GitHub

Merge pull request #1988 from hutuxian/gnn_fix_readme

update README
...@@ -78,10 +78,10 @@ CUDA_VISIBLE_DEVICES=1 python -u train.py --use_cuda 1 > log.txt 2>&1 & ...@@ -78,10 +78,10 @@ CUDA_VISIBLE_DEVICES=1 python -u train.py --use_cuda 1 > log.txt 2>&1 &
cpu 单机训练 cpu 单机训练
``` bash ``` 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.
先完成此消息的编辑!
想要评论请 注册