-
Notifications
You must be signed in to change notification settings - Fork 37
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
html
: How to track/ignore it in DVC
#242
Comments
One more option would be to always suggest using |
I won't really like to add DVC-specific logic.
Not sure if it's a good idea. General feedback is that DVC/DVCLive already generates too many files at the root of the repo.
I might be missing something but it would be just wasted storage. What if we encourage through docs to use set outputs for each data subfolder? This way the report won't be tracked by DVC and allows for more flexibility. The most common setup, IMO, would be: plots:
- dvclive/images
- dvclive/scalars:
cache: false |
I think this makes sense for now. It feels a little burdensome to have to add all this to get dvclive outputs tracked properly, but at least it's explicit and flexible. |
Would #322 close this? Given that plots will be isolated in it's own folder, the following won't track the report:
|
🤔 It's definitely better. If we continue towards trying to auto-configure all DVCLive outputs in |
If we are writing |
After iterative/dvc.org#3411, the easiest way to track plots in
dvc.yaml
is:However, this will track
dvclive/report.html
, which is generally not desired. Some options to handle this better:dvclive/report.html
to.dvcignore
(should we check for the presence of DVC or just add it anyway?).report.html
outside of thedvclive
dir.The text was updated successfully, but these errors were encountered: