mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
7 lines
151 B
Bash
7 lines
151 B
Bash
export PYTHONPATH=$PWD:$PYTHONPATH
|
|
|
|
python -m paddle.distributed.launch \
|
|
--selected_gpus="0" \
|
|
tools/eval.py \
|
|
-c ./configs/eval.yaml
|