-
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
Bug fix hparam logging with metrics #1647
Conversation
I remember I did exactly inverse PR in #777. The problem was that for each single run it created two records in the Tensorboard (because new SummaryWriter was created for hparams) and runs view was really cluttered. I wonder if this PR will reintroduce this behavoir. |
Okay, I think I already know a solution to this one :) Thanks for the hint @festeh |
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.
'hparams' import can be deleted and tests failing because of None dicts.
@justusschock how about the suggestions from @olineumann? |
Hello @justusschock! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-05-12 09:45:06 UTC |
Reverted some of the changes and added logging for metrics if provided |
Only the formatting test fails and this one is not related to this PR. I think this should be ready to merge @Borda @williamFalcon |
I have been fixing formatting in #1786 it is related to |
Codecov Report
@@ Coverage Diff @@
## master #1647 +/- ##
======================================
Coverage 88% 88%
======================================
Files 69 69
Lines 4316 4318 +2
======================================
+ Hits 3805 3807 +2
Misses 511 511 |
Before submitting
What does this PR do?
Fixes #1228 and follows #1630
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 🙃