MxNet model server missing files question
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
Ask a Question
Question
Explain your question here.
I want to run the ONNX models using MxNet model server as shown here (https://github.com/onnx/tutorials/blob/master/tutorials/ONNXMXNetServer.ipynb)
However, the procedure to extract these two files is missing.
The missing files needed are:
signature.json - defining the input and output of the model
synset.txt - defining the set of classes the model was trained on, and returned by the model
Notes
Any additional information, code snippets.
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
Start by reading tutorials/ONNXMXNetServer.ipynb and the linked ONNX tutorial to trace where signature.json and synset.txt are expected. Determine how the ONNX models should produce or obtain these files, and document the extraction procedure so the model-server example can be followed end to end.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- documentation, machine-learning
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100