Tune Execution (tune.Tuner)#
Tuner#
Tuner is the recommended way of launching hyperparameter tuning jobs with Ray Tune. |
Executes hyperparameter tuning job as configured and returns result. |
|
Get results of a hyperparameter tuning run. |
Tuner Configuration#
Tune specific configs. |
See also
The Tuner
constructor also takes in a RunConfig
.
Restoring a Tuner#
Restores Tuner after a previously failed run. |
|
Checks whether a given directory contains a restorable Tune experiment. |
tune.run_experiments#
Runs and blocks until all trials finish. |
|
Executes training. |
|
Tracks experiment specifications. |
|
General error class raised by ray.tune. |