Tianxiaomo opened a new issue #16090: ONNX dosen't support SwapAxis URL: https://github.com/apache/incubator-mxnet/issues/16090 ## onnx dosen't support SwapAxis model have operater, ``` x = x.transpose((0, 2, 1)) ``` but when I export onnx model, ``` AttributeError: No conversion function registered for op type SwapAxis yet. ``` ## Environment info (Required) python 3.6.8 mxnet 1.4.1 onnx 1.5.0
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
