File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/paddle/trainer_config_helpers/tests/configs Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ PaddlePaddle的Docker Image构建源码放置在 ``${源码根目录}/paddle/scr
1818.. code-block :: bash
1919
2020 cd ${源码根目录} /paddle/scripts/docker/
21- docker build --build-arg LOWEST_DL_SPEED=50K\
21+ docker build --build-arg LOWEST_DL_SPEED=50K \
2222 --build-arg WITH_GPU=ON \
2323 --tag paddle_gpu:latest .
2424
2525 其中,``--build-arg `` 传入的配置参数包括:
2626
27- - LOWEST\_ DL\_ SPEED\: 在多线程下载过程中,设置下线线程的最低速度 。
27+ - LOWEST\_ DL\_ SPEED\: 在多线程下载过程中,设置下载线程的最低速度 。
2828
2929 - 默认单位是Bytes,但可以传入10K、10M、或10G等这样的单位。
3030 - 如果小于这个速度,那么这个线程将会关闭。当所有的线程都关闭了,那么下载进程将会重启。
Original file line number Diff line number Diff line change 55
66protostr=` dirname $0 ` /protostr
77
8- files=` ls $protostr | grep -v " unitest " `
8+ files=` ls $protostr | grep -v " unittest " `
99
1010./generate_protostr.sh
1111
You can’t perform that action at this time.
0 commit comments