2023-06-19 06:29 AM
Hi, I have two onnx models. One of them is U-Net like architecture and another is just Conv1d + Linear. I have onnx file and try to analyze the models.
When I analyze U-Net like model, the analyzer show "INTERNAL ERROR: tuple index out of range" error.
Also, when I analyze Conv1d+Linear, the analyzer show "NOT IMPLEMENTED: Order of dimensions of input cannot be interpreted".
I am using 8.0.1 version.