"examples/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "a31d37e5775afb08cf653a14074d9d1e56db564c"
Unverified Commit ffa21931 authored by mengfu188's avatar mengfu188 Committed by GitHub
Browse files

fix doc (#4857)

parent 2b8e9b26
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
```shell ```shell
python3 -m paddle.distributed.launch \ python3 -m paddle.distributed.launch \
--log_dir=./log/ \ --log_dir=./log/ \
--gpus '0,1,2,3,4,5,6,7' \ --gpus "0,1,2,3,4,5,6,7" \
tools/train.py \ tools/train.py \
-c configs/rec/rec_mv3_none_bilstm_ctc.yml -c configs/rec/rec_mv3_none_bilstm_ctc.yml
``` ```
......
...@@ -13,7 +13,7 @@ Take recognition as an example. After the data is prepared locally, start the tr ...@@ -13,7 +13,7 @@ Take recognition as an example. After the data is prepared locally, start the tr
```shell ```shell
python3 -m paddle.distributed.launch \ python3 -m paddle.distributed.launch \
--log_dir=./log/ \ --log_dir=./log/ \
--gpus '0,1,2,3,4,5,6,7' \ --gpus "0,1,2,3,4,5,6,7" \
tools/train.py \ tools/train.py \
-c configs/rec/rec_mv3_none_bilstm_ctc.yml -c configs/rec/rec_mv3_none_bilstm_ctc.yml
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment