polish run.sh

pull/13/head
WuHaobo 2020-04-11 02:53:55 +08:00
parent 749c3d4168
commit 6e23365d87
1 changed files with 7 additions and 0 deletions
tools

7
tools/run.sh 100644
View File

@ -0,0 +1,7 @@
export PYTHONPATH=$(dirname "$PWD"):$PWD:$PYTHONPATH
python -m paddle.distributed.launch \
--selected_gpus="0,1,2,3" \
--log_dir=log_ResNet50 \
tools/train.py \
-c ./configs/ResNet/ResNet50.yaml