[FRONTEND][ONNX] Error converting operator Transpose: TVMError: PermuteDims expects the number of input axes to equal the ndim of the input tensor. #17737
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
Expected behavior
The onnx frontend should import the model correctly.
Actual behavior
Environment
OS: Ubuntu 20.04
TVM: 0.20.dev0 (6e8c367)
Steps to reproduce
This bug can be reproduced by the following code with the model in the attachment. For the model, it can be correctly checked by onnx.checker.check_model. However, the onnx frontend cannot import it.
model.zip
cc @KJlaccHoeUM9l
The text was updated successfully, but these errors were encountered: