PaddleClas/tools/run.sh

8 lines
179 B
Bash
Raw Normal View History

2020-04-11 02:54:37 +08:00
#!/usr/bin/env bash
python3.7 -m paddle.distributed.launch \
--gpus="0,1,2,3" \
2020-04-11 02:53:55 +08:00
tools/train.py \
2020-09-03 00:15:13 +08:00
-c ./configs/ResNet/ResNet50.yaml \
2020-09-02 23:15:49 +08:00
-o print_interval=10