5 lines
115 B
Bash
5 lines
115 B
Bash
|
python -m paddle.distributed.launch \
|
||
|
--selected_gpus="0" \
|
||
|
tools/eval.py \
|
||
|
-c ./configs/eval.yaml
|