Skip to content
/ shadho Public
forked from jeffkinnison/shadho

Scalable, structured, dynamically-scheduled hyperparameter optimization.

License

Notifications You must be signed in to change notification settings

tphung3/shadho

 
 

Repository files navigation

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

About

Scalable, structured, dynamically-scheduled hyperparameter optimization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.1%
  • Shell 10.9%