Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 959 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 959 Bytes

shadho - Scalable Hardware-Aware Distributed Hyperparameter Optimizer

shadho is framework for distributed hyperparameter optimization developed for machine/deep learning applications.

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