-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp save: save workspace state to an experiment ref #6746
Comments
Should we support |
Each checkpoint is basically doing the same as |
One minor thought on this. When I initially read about this I thought about |
I meant that, currently, you can't run |
Hmm, agreed. I like |
What would you expect to happen at each checkpoint with |
Need to prioritize this feature request to support this workflow as a lightweight way to get started with experiments. |
dvc exp commit
would create an experiment from the current state of the workspace.Use cases for this command include:
params.yaml
and metrics inmetrics.json
(see Default metrics file #6168), DVC can track and compare experiments.dvc repro
and dodvc exp commit
whenever they want to track the experiment results.dvc repro
and still use experiments. Some users may prefer this because they are already used todvc repro
, and in other casesdvc exp run
might not work quite the same way. This eases the need to havedvc repro
anddvc exp run
behave exactly the same (see ref: whichrepro
options doesexp run
support? dvc.org#2861).The text was updated successfully, but these errors were encountered: