Skip to main content
Visitor II
June 19, 2023
Question

INTERNAL ERROR: tuple index out of range when using Conv1d and ConvTranspose1d

  • June 19, 2023
  • 0 replies
  • 1103 views

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.

This topic has been closed for replies.