ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.

Home Page:https://rocm.docs.amd.com/projects/MIVisionX/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model Compiler - ONNX model compiler errors

paveltc opened this issue · comments

I just ran a regression and found that the ONNX models started throwing errors when running onnx_to_nnir.py after PR 1070.
I checked alexnet 7 and it threw KeyError: 'fc6_3' after the change.
Prior to the change, the model ran all the way through anntest successfully.

PR #1082 fixes this issue