PaddleClas/tools/run.sh

10 lines
221 B
Bash
Raw Normal View History

2020-04-11 02:54:37 +08:00
#!/usr/bin/env bash
2020-04-11 03:13:45 +08:00
export PYTHONPATH=$PWD:$PYTHONPATH
2020-04-11 02:53:55 +08:00
python -m paddle.distributed.launch \
--selected_gpus="0,1,2,3" \
tools/train.py \
2020-06-30 16:00:51 +08:00
-c ./configs/ResNet/ResNet50.yaml \
-o print_interval=10