mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
7 lines
180 B
Bash
7 lines
180 B
Bash
python -m paddle.distributed.launch \
|
|
--selected_gpus="0" \
|
|
tools/eval.py \
|
|
-c ./configs/eval.yaml \
|
|
-o load_static_weights=True \
|
|
-o use_gpu=False
|