This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
Using PixelShuffle operation causes error of computing minimum sequence length #560
Labels
bug
Unexpected behaviour that should be corrected (type)
🐞Describe the bug
As part of my model, I take an input, reshape it, then I perform PixelShuffle and multiply its result by the input. When I try to convert the ONNX model to CoreML I get the following error:
To make the things even weirder, If I omit the final multiplication of the input, the conversion is successful with no errors.
Trace
To Reproduce
I have created a small dummy network to show the bug:
System environment (please complete the following information):
The text was updated successfully, but these errors were encountered: