DVClive autoatically adds tracked files to dvc yaml #10399
JenniferHem
started this conversation in
General
Replies: 2 comments 2 replies
-
Hi @JenniferHem, you can disable that automatic dvc.yaml tracking using |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry a follow up here: the dvc.yaml file stays as expected. but there is still a folder named "plots/metrics" generated which contains steps and the metrics, e.g.:
can I turn that off? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I have a question regarding DVClive.
I am running a script via dvc exp run, however this script in itself logs metrics via DVClive. This works perfectly fine except for one thing: It always automatically adds
to my dvc yaml at the end. I would like to add the files only as output to the stage as then the file would be much cleaner, but if I do so it re-adds the lines. Can I prevent this or do I just have to accept that the metrics are added? If so: why is it adding automatically the plots (I am not saving any plots, and I am mostly not using neural networks so steps do not make sense anyway!) could I at least prevent this?
Using this code to track:
Clarification for the tracking loop: I am using something like GridsearchCV and want to track the outcomes later with DVC.
dvclive version: 3.45.0
Thank already for the help!
Beta Was this translation helpful? Give feedback.
All reactions