Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Model Name
Use-cases
Model use cases
Description
Description of model
Model
All ONNX models must pass the ONNX model checker before contribution. The snippet of code below can be used to perform the check. If any errors are encountered, it implies the check has failed.
Inference
Step by step instructions on how to use the pretrained model and link to an example notebook/code. This section should ideally contain:
Input to model
Input to network (Example: 224x224 pixels in RGB)
Preprocessing steps
Preprocessing required
Output of model
Output of network
Postprocessing steps
Post processing and meaning of output
Dataset (Train and validation)
This section should discuss datasets and any preparation steps if required.
Validation accuracy
Details of experiments leading to accuracy and comparison with the reference paper.
Training
Training details (preprocessing, hyperparameters, resources and environment) along with link to a training notebook (optional).
Also clarify in case the model is not trained from scratch and include the source/process used to obtain the ONNX model.
Validation
Validation script/notebook used to obtain accuracy reported above along with details of how to use it and reproduce accuracy.
References
Link to references
Contributors
Contributors' name
License
Add license information