Hassle-free configs, logging, and cluster management for research projects.
Project description
Haipera: Run Python scripts reproducibly with no-code auto-config
Find the right parameters and track experiments for your model without all the boilerplate.
What is Haipera?
Haipera is an open-source framework for auto-configurating and performing hyperparameter tuning on your models:
- 🦥 Config files without any code. Automatically probes the source code to generate reproducible config files.
- 🐳 Deploy on virtualenv for reproducible experiments. Takes care of all the virtual environments of your code for maximum reproducibility of experiments.
- 🤖 Setup ablation studies from CLI. Use the command line to directly iterate through hyperparameters.
- ☁️ Hosted on the Cloud (coming soon!). Run everything locally, or send your model to Haipera Cloud for parallel experimentation.
Getting Started
Install haipera:
pip install haipera
Make sure you have a requirements.txt file where script.py or any Python script you want to run is (or alternatively, somewhere in the Git repo for the script).
Generate config files for your model with:
haipera run script.py
This will generate a script.toml file where script.py is.
You can directly 'edit' the config from CLI via:
haipera run script.py --options 123
You can also set up iterative experiments over parameters by:
haipera run script.py --option1 123 124 125 --option2 blue,red,green
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file haipera-0.1.0.tar.gz.
File metadata
- Download URL: haipera-0.1.0.tar.gz
- Upload date:
- Size: 50.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22e44fe97d59a0670d82d07d373af4f5429d97f000dcda2206e64a4c28018eec
|
|
| MD5 |
896f356437f4114f3bee51d9b2a5ef6f
|
|
| BLAKE2b-256 |
b13cb383f9fb847cec9a46ee15aafcf2943e2c2b0c71d95d7269a9894366ea0f
|
File details
Details for the file haipera-0.1.0-py3-none-any.whl.
File metadata
- Download URL: haipera-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2bf4e1de225c743bb79395e09cb716f43b7f95a608040c2753a84a041443028
|
|
| MD5 |
a1a4fc56c2b7e8f7fa95415409c58e30
|
|
| BLAKE2b-256 |
6c9677044a0f1c9e3f0533b230054217e4ddbfafa426fcc8c9567ad9c106fb1f
|