Skip to content

Commit 7c4d078

Browse files
authored
Create model_zoo README.md
1 parent c918b54 commit 7c4d078

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

model_zoo/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

0 commit comments

Comments
 (0)