Tune Execution (tune.Tuner)
Contents
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 air.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. |
|
Tracks experiment specifications. |