ray.train.horovod.HorovodTrainer#
- class ray.train.horovod.HorovodTrainer(*args, **kwargs)[source]#
Bases:
DataParallelTrainer
A Trainer for data parallel Horovod training. HorovodTrainer is deprecated.
Warning
DEPRECATED: This API is deprecated and may be removed in future Ray releases.
Methods
Converts self to a
tune.Trainable
class.Checks whether a given directory contains a restorable Train experiment.
Runs training.
Returns a copy of this Trainer's final dataset configs.
Deprecated.
Restores a DataParallelTrainer from a previously interrupted/failed run.
Called during fit() to perform initial setup on the Trainer.