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. |
|
Runtime configuration for training and tuning runs. |
|
Configurable parameters for defining the checkpointing strategy. |
|
Configuration related to failure handling of each training/tuning run. |
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. |