https://github.com/samuelmarks/ml-params-flax
Flax—atop JAX—implementation of ml-params CLI API
https://github.com/samuelmarks/ml-params-flax
Last synced: 2 months ago
JSON representation
Flax—atop JAX—implementation of ml-params CLI API
- Host: GitHub
- URL: https://github.com/samuelmarks/ml-params-flax
- Owner: SamuelMarks
- License: apache-2.0
- Created: 2020-07-01T08:11:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T07:23:26.000Z (about 6 years ago)
- Last Synced: 2025-06-05T06:56:22.316Z (about 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_flax
==============

[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/SamuelMarks/ml-params-flax/actions)
[Flax](https://github.com/google/flax)—atop [JAX](https://github.com/google/jax)—implementation of [ml-params CLI API](https://github.com/SamuelMarks/ml-params).
## 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
## Sibling projects
- https://github.com/SamuelMarks/ml-params-tensorflow
- https://github.com/SamuelMarks/ml-params-keras
- https://github.com/SamuelMarks/ml-params-trax
- https://github.com/SamuelMarks/ml-params-jax
- 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.