-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guide: all the ways to use checkpoints #2432
Comments
And soon #2373 I think it's sufficient for now. But ideally we should have an Experiments guide sub section with better separated pages (each shorter but covering more things as a whole), IMO. p.s. basically #2269 |
Should we merge this issue with #2769? |
It looks #2769 itself is becoming too big to manage. In this issue, the goal was to demonstrate how to use (1) DVCLive, (2) Python API ( |
Need to improve checkpoints in core before spending time improving docs. |
As shown in https://github.com/iterative/dvc-checkpoints-mnist under "Switch between scenarios," there are multiple different ways to integrate checkpoints into a project:
checkpoints: true
indvc.yaml
without any in-code checkpoints (but this seems like an unlikely scenario that might be unnecessary or useful just to show the basics of how checkpoints work - see Document checkpoints without make_checkpoint() #2292)There is already a link in https://dvc.org/doc/user-guide/experiment-management to that example repo. Is this sufficient for now? Should the user guide provide more explanation rather than leave it in the readme of the example repo?
The text was updated successfully, but these errors were encountered: