-
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 init: Revisit type="dl"
#7534
Comments
Would it make sense for stages:
train:
cmd: python train.py
deps:
- train.py
metrics:
- dvclive.json:
cache: false
plots:
- dvclive/scalars:
cache: false Where |
@daavoo Would you be up to contribute this change? |
If you all agree on proposed workaround, yes |
Sorry, I think I was too quick to approve this. Looking at it now, it seems more transparent to:
This hopefully makes it a simple convenience to replace Again, sorry for not catching this earlier. Thoughts? |
Once iterative/dvclive#225 is solved, the
live
section will be deprecated in favor of usingmetrics
andplots
.How should
exp init
behave whentype="dl"
?The text was updated successfully, but these errors were encountered: