-
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
Checkpoints example #2244
Comments
My thoughts on this - yes, it is very useful. It would be great to do a high level Use Case about experiments and do a tutorial about them, similar to the basic data versioning one. |
Thanks, that sounds like a good goal. Keep in mind that this is specifically for checkpoints, not experiments generally. I think it will be rare to use checkpoints and experiment with other parameters simultaneously, although some may do some experimentation and then use checkpoints to optimize the final model. |
A couple of additional thoughts:
|
the In general I think that definitely an example repo for experiments i super helpful but not sure that it needs to be specifically about checkpoints. |
@jorgeorpinel I think that was the initial point of this repo. To provide example for |
Initially, the repo was intended to show basic checkpoints functionality. After some more thought and looking through the docs, it made more sense to have it illustrate dvclive. The rationale behind that decision was:
|
There is no ML example of checkpoints in the docs, so I started a simple example repo as a potential project to link to in the docs: https://github.com/iterative/dvc-checkpoints-mnist.
There are two branches:
minimal
has about as simple a DVC project as I could make to showcase checkpoints with as few other DVC features complicating it.main
is a more fleshed out DVC project that includes multiple stages, params, plots, etc.Interested in feedback on:
@dmpetrov @shcheklein @jorgeorpinel @pmrowla
The text was updated successfully, but these errors were encountered: