-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions
Description
Our documentation so far in https://dvc.org/doc/command-reference/exp/run (and maybe elsewhere?) assumes that checkpoints only work with make_checkpoint() or a signal file. However, checkpoints still work without make_checkpoint() if the stage is designed to make a single checkpoint instead of multiple checkpoints. The final output will still be saved for the following iteration as long as it is marked as checkpoint: true in the dvc.yaml.
This would be great to document because:
- It is language agnostic (without resorting to clunky workarounds) and therefore more consistent with the rest of DVC
- It provides a simpler starting point for using checkpoints
See https://github.com/iterative/dvc-checkpoints-mnist/tree/python_agnostic for an example.
- Address also specific docs feedback in Decouple checkpoints and make_checkpoint #2319
jorgeorpinel
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)type: enhancementSomething is not clear, small updates, improvement suggestionsSomething is not clear, small updates, improvement suggestions