An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

ml_params_keras
===============
![Python version range](https://img.shields.io/badge/python-3.6%E2%80%933.8+-blue.svg)
[![License](https://img.shields.io/badge/license-Apache--2.0%20OR%20MIT-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Linting & testing](https://github.com/SamuelMarks/ml-params-keras/workflows/Linting%20&%20testing/badge.svg)](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.