ray.tune.Trainable.save_to_object#

Trainable.save_to_object()[source]#

Saves the current model state to a Python object.

It also saves to disk but does not return the checkpoint path. It does not save the checkpoint to cloud storage.

Returns

Object holding checkpoint data.