ray.tune.Trainable.delete_checkpoint
ray.tune.Trainable.delete_checkpoint#
- Trainable.delete_checkpoint(checkpoint_path: Union[str, ray.train.Checkpoint])[source]#
Deletes local copy of checkpoint.
- Parameters
checkpoint_path – Path to checkpoint.
Warning
DEPRECATED: This API is deprecated and may be removed in future Ray releases.