https://github.com/fastmachinelearning/example-models
https://github.com/fastmachinelearning/example-models
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastmachinelearning/example-models
- Owner: fastmachinelearning
- Created: 2020-06-25T22:28:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-08T18:10:16.000Z (9 months ago)
- Last Synced: 2025-05-08T19:26:12.521Z (9 months ago)
- Language: Python
- Size: 6.27 MB
- Stars: 19
- Watchers: 16
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contribution guidelines
- When you add a `keras` model, please save the architecture and weights in `.json` and `_weights.h5` files.
- If you have example **data** you want to add, please save them in `data/` with names `_input.dat` and `_output.dat`.
- If you have example **configuration** you want to add, please save them in `config-files/` with names `_config.yml`