onnx / onnx/models

MxNet model server missing files question

Open
#348 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

question
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.