You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ If you want your model added simply create a pull request with your repository a
12
12
13
13
```
14
14
├── Convert
15
-
│ ├── coreml.py
16
-
│ ├── mobilenet_deploy.prototxt
17
-
│ └── synset_words.txt
15
+
├── coreml.py
16
+
├── mobilenet_deploy.prototxt
17
+
└── synset_words.txt
18
18
```
19
19
20
20
There has to be a **Convert** directory with a Python script and additional data to reproduce this model on your own. If your model requires a huge amount of space please include a script which downloads those files.
0 commit comments