https://github.com/fastmachinelearning/example-models
https://github.com/fastmachinelearning/example-models
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastmachinelearning/example-models
- Owner: fastmachinelearning
- Created: 2020-06-25T22:28:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T15:16:14.000Z (6 months ago)
- Last Synced: 2025-03-27T15:52:14.811Z (3 months ago)
- Language: Python
- Size: 6.27 MB
- Stars: 19
- Watchers: 16
- Forks: 12
- 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`