-
Notifications
You must be signed in to change notification settings - Fork 38
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
dvc
: prevent printing html path
#177
Labels
p1-important
Include in the next sprint
Comments
Thanks for the report @sirily ! You are right, the |
1 task
daavoo
added a commit
to iterative/dvc
that referenced
this issue
Oct 26, 2021
Writing at the end of each step (create_summary) can mess up with some ML Framework progress bars, I moved the message to the monitor task, as the path won't change during training. Fixes iterative/dvclive#177
daavoo
added a commit
to iterative/dvc
that referenced
this issue
Oct 27, 2021
Writing at the end of each step (create_summary) can mess up with some ML Framework progress bars, I moved the message to the monitor task, as the path won't change during training. Fixes iterative/dvclive#177
pared
pushed a commit
to iterative/dvc
that referenced
this issue
Oct 29, 2021
Writing at the end of each step (create_summary) can mess up with some ML Framework progress bars, I moved the message to the monitor task, as the path won't change during training. Fixes iterative/dvclive#177
Hei @sirily the fix will be shipped in the next DVC release. It has been already merged so you could install from pre-release version for now. |
Closed
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using dvclive with pytorch lightning in dvc pipeline. While training there is a string with the path to metrics html, and it breaks progress bar and fills the console with useless messages. Is there a way to disable printing this line?
Inside train stage logger is defined like this:
in dvc.yaml stage looks like this:
It seems like nothing bad happens in dvclive, maybe it prints because of summary path here. But @shcheklein asked me to open an issue here.
dvc doctor:
dvclive version: 0.4.1
The text was updated successfully, but these errors were encountered: