2024-10-08 08:34 AM - last edited on 2024-10-09 01:26 AM by Julian E.
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.
2024-10-09 01:36 AM - edited 2024-10-09 01:36 AM
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