mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
8 lines
176 B
Bash
Executable File
8 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
python -m paddle.distributed.launch \
|
|
--gpus="0,1,2,3" \
|
|
tools/train.py \
|
|
-c ./configs/ResNet/ResNet50.yaml \
|
|
-o print_interval=10
|