https://github.com/guillaumegenthial/config-python
Tools and techniques for configurable python code
https://github.com/guillaumegenthial/config-python
Last synced: 3 months ago
JSON representation
Tools and techniques for configurable python code
- Host: GitHub
- URL: https://github.com/guillaumegenthial/config-python
- Owner: guillaumegenthial
- Created: 2020-02-22T19:33:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T19:34:45.000Z (over 5 years ago)
- Last Synced: 2025-02-15T04:44:12.767Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools and techniques for configurable python code
See the [blog post](https://guillaumegenthial.github.io/config-python-techniques.html).
We take a dummy example (a `Model` made of `Layers`, each layer using the same `Vocab`), and cover different ways of configuring pipelines
- [with python](./with-python)
- [with-json](./with-json)
- [with-assembler](./with-assembler)
- [with-gin](./with-gin)## Install
```bash
pip install -r requirements.txt
```## Run
Each of the examples contains a detailed `README` as well as a `run.py` script.