-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Fixes a bug that causes CSVLogger
to overwrite version_0
when root_dir
is a relative path.
#17139
Conversation
for more information, see https://pre-commit.ci
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #17139 +/- ##
=========================================
- Coverage 84% 61% -23%
=========================================
Files 419 409 -10
Lines 31561 31377 -184
=========================================
- Hits 26594 19227 -7367
- Misses 4967 12150 +7183 |
This was probably introduced here: #16880 |
Co-authored-by: Adrian Wälchli <[email protected]>
…bric TensorBoardLogger
…r and fabric TensorBoardLogger" This reverts commit 4907616.
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.
LGTM
…ot_dir` is a relative path. (#17139) Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit a36af3f)
…ot_dir` is a relative path. (#17139) Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit a36af3f)
…ot_dir` is a relative path. (#17139) Co-authored-by: Adrian Wälchli <[email protected]> Co-authored-by: Jirka Borovec <[email protected]> (cherry picked from commit a36af3f)
What does this PR do?
Fixes a bug that causes
CSVLogger
to overwriteversion_0
whenroot_dir
is a relative path.Fixes #17138
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Reviewer checklist