This repository was archived by the owner on Feb 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
Onnx to mlmodel conversion fails to generate .mlmodel file #564
Labels
awaiting response
Please respond to this issue to provide further clarification (status)
question
Response providing clarification needed. Will not be assigned to a release. (type)
Comments
can you try |
@bhushan23 I did try print, no output I also tried this
Again no output in the console. I'm running this in Google Collab |
@Malemo can you share onnx model? |
Here is the Onnx Model |
@Malemo Please reinstall ONNX-CoreML and try
Why does it fails? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
awaiting response
Please respond to this issue to provide further clarification (status)
question
Response providing clarification needed. Will not be assigned to a release. (type)
I'm trying to convert Pytorch model to MLModel with Onnx.
My code:
After the code runs Model.onnx is generated, however, .mlmodel file is not generated. There're no errors in the console.
What could be the issue?
The text was updated successfully, but these errors were encountered: