Skip to content

Commit d32b98e

Browse files
authored
Quick fix for guidelines
1 parent b2e21fb commit d32b98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
- When you add a `keras` model, please save the architecture and weights in `<model-name>.json` and `<model-name>_weights.h5` files.
44

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`.
66

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

Comments
 (0)