-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
DvcliveLoggerHook
updates to work with DVC
#1208
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1208 +/- ##
==========================================
+ Coverage 68.27% 68.80% +0.53%
==========================================
Files 161 161
Lines 10742 10746 +4
Branches 1972 1973 +1
==========================================
+ Hits 7334 7394 +60
+ Misses 3023 2963 -60
- Partials 385 389 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
hi @daavoo , what is the default directory for saving log, and what will happen if the directory exists |
The default directory would be https://dvc.org/doc/dvclive/api-reference/init#parameters When using this callback alongside https://dvc.org/doc/command-reference/stage/add#options I removed the call to |
There is an open P.R. iterative/dvclive#122 |
got it |
Given the possibility of adding Would it make sense to have the hook linked inside # mmcv/runner/hooks/logger/dvclive.py
from dvclive.mmcv import DVCLiveLoggerHook Or should we just remove |
In fact, I prefer to keep the DVCLiveLoggerHook in the mmcv |
I will update the P.R. with the latest changes then |
hi @daavoo , please fix the CI |
It is passing now :) |
hi @daavoo , CI failed |
hi @daavoo , is there any progress? |
Sorry for late response. I will try to send updates today |
Co-authored-by: Zaida Zhou <58739961+zhouzaida@users.noreply.github.com>
""" | ||
|
||
def __init__(self, | ||
path, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that we have deprecated the argument path
? If so, should we raise a warning and handle that?
Motivation
Update to use latest version of
dvclive
: https://github.com/iterative/dvclive/releases