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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,6 @@
2
2
3
3
- When you add a `keras` model, please save the architecture and weights in `<model-name>.json` and `<model-name>_weights.h5` files.
4
4
5
-
- If you have example **data** you want to add, please save them in `data/` with names `<model-name>_input.*` and `<model-name>_output.*`. Where `*` can either be `npy` or `dat`.
5
+
- If you have example **data** you want to add, please save them in `data/` with names `<model-name>_input.dat` and `<model-name>_output.dat`.
6
6
7
-
- If you have example **configuration** you want to add, please save them in `config-files/` with names `<model-name>_config.yml`
7
+
- If you have example **configuration** you want to add, please save them in `config-files/` with names `<model-name>_config.yml`
0 commit comments