onnx-coreml icon indicating copy to clipboard operation
onnx-coreml copied to clipboard

export MobileNetv3 ONNX to CoreML failed!

Open dragen1860 opened this issue 4 years ago • 2 comments

hi, all, has anyone succeed to convert mobilenetv3 onnx to coreml yet? I found it will get Error while converting op of type: Conv. Error message: provided number axes -1 not supported error. Can anyone give some solutions? thank you.

dragen1860 avatar Mar 03 '20 08:03 dragen1860

related with https://github.com/onnx/onnx-coreml/commit/c36bfefbf84ce280195e9589e44aac3ee688b11d ?

gemfield avatar Apr 01 '20 06:04 gemfield

I got a different conversion op error. If you want more investigation resources, try running my jupyter notebook : https://github.com/onemillionbucks/core-ml-tests/blob/main/CoreMLTests%202.ipynb

onemillionbucks avatar Aug 11 '21 23:08 onemillionbucks