File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # How to Add an Animal to the Model Zoo:
2+
3+ ## Create a new folder in this directory with you model name
4+ Create a ` README.md ` file in your model directory with documentation and code snippets.
5+
6+ ## Document model inputs outpus and performance
7+ What shape data does the model expect? What data was used to train it? How does it perform?
8+
9+ ## Add the model weights and architecture file(s) with ` git lfs `
10+ Add ` .h5 ` or ` .keras ` or ` .pb ` model files to the model_zoo directory using git Large File Storage.
11+
12+ ## Add code snippets for model loading and inference
13+
14+ ## Add code snippets or command lines for model training.
15+
16+ ## Describe model architecture, interpretability and use-cases.
17+
18+
19+
You can’t perform that action at this time.
0 commit comments