shadho - Scalable Hardware-Aware Distributed Hyperparameter Optimizer
shadho is framework for distributed hyperparameter optimization developed for
machine/deep learning applications.
- Website/Documentation: https://shadho.readthedocs.io
- Bug Reports: https://github.com/jeffkinnison/shadho/issues
Installation
Note: The post-install step may look like it hangs, but it is just compiling Work Queue behind the scenes and may take a few minutes.
$ pip install shadho
$ python -m shadho.installers.workqueue
Installing on a Shared System
The owner of the shared installation should follow the steps above. Then, another user installs with
$ pip install shadho
$ python -m shadho.installers.workqueue --prefix <path to shared install>
Dependencies
- numpy
- scipy
- pyrameter
- Work Queue (Built and installed by setup.py)
Release files for shadho 0.4.5
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| shadho-0.4.5.tar.gz | 28.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| shadho-0.4.5-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 61.7 kB
Release files / shadho-0.4.5.tar.gz
| Download URL | shadho-0.4.5.tar.gz |
|---|---|
| Size | 28.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1adbd4d960291f51672085048733021c2866296ec053ff145a3b202a795b8c52
|
|
BLAKE2b-256 checksum How to use checksums |
6bef25c8b61fbcbafd17bfaf2b1afc42e8be106b797f40a328d3e9e09cb98a32
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|
Release files / shadho-0.4.5-py3-none-any.whl
| Download URL | shadho-0.4.5-py3-none-any.whl |
|---|---|
| Size | 33.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72bae5b0d5782271dfcaea95ce2d9ac45949ff8450a29837d488eff54ba09ae4
|
|
BLAKE2b-256 checksum How to use checksums |
ce3d9377269c2b574e12c08078e9e31415e098731eaa57f85e57193b9f866028
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.4
|