[Tune] Working with checkpoints user guide #32659
Labels
docs
An issue or change related to documentation
P1
Issue that should be fixed within a few weeks
Ray-2.4
ray-team-created
Ray Team created
tune
Tune-related issues
This "working with checkpoints" guide has been converted to a Tune storage guide, and the content in the old guide was always more to do with syncing than teaching users how to create/load checkpoints.
The only information about creating trial checkpoints is here in the Tune API ref: https://docs.ray.io/en/master/tune/api/trainable.html
Once this guide is created, remove the URL redirect from
tune-checkpoints
->tune-storage
.We should create a user guide called
tune-checkpoints
again for this common workflow. Here's what it could look like:How to Save and Load Checkpoints in Ray Tune
Saving
For class + function trainables.
Use this content:
Loading
For class + function trainables.
Configurations
Explaining CheckpointConfig
See Also
Checkpointing enables:
Appendix: Experiment Checkpoints vs. Trial Checkpoints
Put this content in an appendix: https://docs.ray.io/en/releases-2.2.0/tune/tutorials/tune-checkpoints.html#two-different-types-of-tune-checkpoints
The text was updated successfully, but these errors were encountered: