1
0
mirror of https://github.com/PaddlePaddle/PaddleClas.git synced 2025-06-03 21:55:06 +08:00

7 lines
206 B
Bash
Raw Normal View History

python3.7 -m paddle.distributed.launch \
--gpus="0,1,2,3" \
2020-04-20 11:01:08 +00:00
tools/eval.py \
-c ./configs/ResNet/ResNet50.yaml \
-o pretrained_model="./ResNet50_pretrained" \
-o use_gpu=True