question: How to convert MXNet model to onnx model?
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
In this page[1], there are a lot of pre-trained onnx models and they work well. But how does these models come? Are these models from MXNet? Here is the MXNet document in the same page[2]. If I just convert the MXNet model to onnx using MXNet native onnx exporter, I can't get the same model as the model in [1].
[1]
https://github.com/onnx/models/tree/master/models/image_classification/resnet
[2]
https://github.com/onnx/models/blob/master/models/image_classification/resnet/train_resnet.ipynb
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Compare the model files under models/image_classification/resnet with the training steps in train_resnet.ipynb, then review the linked MXNet exporter behavior. Done means documenting where the published models came from and why a native MXNet-to-ONNX conversion does not reproduce them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- machine-learning
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100