migraphx.sh 822 Bytes
Newer Older
sunzhq2's avatar
sunzhq2 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 0

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 1

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 2

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 3

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 4

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 5

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 6

python migraphx_eval.py --img 640 --batch-size 24 --data coco.yaml --weight ./yolov5m.onnx --device 7