https://github.com/samuelmarks/ml-params-keras
Keras implementation of ml-params CLI API
https://github.com/samuelmarks/ml-params-keras
Last synced: 3 months ago
JSON representation
Keras implementation of ml-params CLI API
- Host: GitHub
- URL: https://github.com/samuelmarks/ml-params-keras
- Owner: SamuelMarks
- License: apache-2.0
- Created: 2020-07-01T01:06:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T00:22:33.000Z (about 6 years ago)
- Last Synced: 2025-03-23T01:28:07.440Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
ml_params_keras
===============

[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/SamuelMarks/ml-params-keras/actions)
[Keras](https://keras.io) implementation of ml-params CLI API
## Install dependencies
pip install -r requirements.txt
## Install package
pip install .
## Usage
After installing as above, follow usage from https://github.com/SamuelMarks/ml-params
## Additional options
Set this environment variable to falsey if you want to `import keras` rather than `from tensorflow import keras`:
TF_KERAS
## Sibling projects
- https://github.com/SamuelMarks/ml-params-tensorflow
- https://github.com/SamuelMarks/ml-params-jax
- https://github.com/SamuelMarks/ml-params-flax
- https://github.com/SamuelMarks/ml-params-trax
- https://github.com/SamuelMarks/ml-params-pytorch
## Related projects
- https://github.com/SamuelMarks/ml-prepare
---
## License
Licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.