PaddleClas/tools/eval.sh
littletomatodonkey 15b18973f1
fix eval script (#464)
* fix eval script

* fix dali shell
2020-12-10 23:45:58 +08:00

7 lines
206 B
Bash

python3.7 -m paddle.distributed.launch \
--gpus="0,1,2,3" \
tools/eval.py \
-c ./configs/ResNet/ResNet50.yaml \
-o pretrained_model="./ResNet50_pretrained" \
-o use_gpu=True