Skip to main content
Associate II
October 8, 2024
Question

.onnx model tuple index out of range

  • October 8, 2024
  • 1 reply
  • 928 views

Hi,

I have trained an .onnx model, using only conv1d, conv1dtrans and relu layers.

But when I put it in the ST Edge AI Developer Cloud, the it has TOOL ERROR: tuple index out of range.

The model structure is shown below, and please find the .onnx file in the attachment.

Jinchen.

model3.onnx.png

1 reply

Julian E.
Technical Moderator
October 9, 2024

Hello @Jinchen ,

It seems that the issue comes from the ConvTranspose. It is a bug on our side related to dimensions passed to the layer. The bug is now known, and the team is working on it. 

 

Sadly, I cannot really propose you a workaround, we need to wait until it is fixed.

 

Have a good day,

Julian

​In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.