-
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
save_dir fix for MLflowLogger + save_dir tests for others #2502
Conversation
Hello @awaelchli! Thanks for updating this PR.
Comment last updated at 2020-07-08 02:01:49 UTC |
Codecov Report
@@ Coverage Diff @@
## master #2502 +/- ##
======================================
Coverage 90% 90%
======================================
Files 69 69
Lines 5669 5676 +7
======================================
+ Hits 5077 5087 +10
+ Misses 592 589 -3 |
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
Co-authored-by: Jirka Borovec <[email protected]>
@awaelchli looks great! ready to merge? |
@williamFalcon while I'm at it, I'd like to add savedir tests to the remaining loggers that don' thave them yet, not much left to do. |
@Borda we need these tests since adrian has made changes that could break the other loggers. THis PR can't land without those. |
Ok, let's do it... |
@williamFalcon verified that the MLFlowLogger is also pickleable here. |
This pull request is now in conflict... :( |
…nto bugfix/mlflow-fixes
What does this PR do?
Fixes the error "Yaml file not found" when setting the
default_root_dir
in Trainer to something other than the default.Before submitting
PR review
Anyone in the community is free to review the PR once the tests have passed.
If we didn't discuss your PR in Github issues there's a high chance it will not be merged.
Did you have fun?
Make sure you had fun coding 🙃