amd / RyzenAI-SW

MIT License
405 stars 65 forks source link

Onnx Benchmark error #113

Closed mattchai closed 2 months ago

mattchai commented 3 months ago

I got below error when running Onnx Benchmark with python performance_benchmark.py -m .\models\resnet50\resnet50_fp32.onnx -n 100 -d CPU scripts.

benchmark error

cyndwith commented 3 months ago

Thanks for reporting the issue, we are able to reproduce it. We will update onnx-benchmark example with a fix in some time.

cyndwith commented 3 months ago

@mattchai Latest changes in the onnx-benchmark should fix this issue.

mattchai commented 2 months ago

@cyndwith, yes, this issue can be fixed by the latest changes, please help to close this issue.