-
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
re-enabled naming metrics in ckpt name #3060
Conversation
Hello @williamFalcon! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2020-08-20 00:34:09 UTC |
@williamFalcon fixes #3017 and not #3018 |
Codecov Report
@@ Coverage Diff @@
## master #3060 +/- ##
=======================================
+ Coverage 86% 90% +4%
=======================================
Files 81 81
Lines 7696 7700 +4
=======================================
+ Hits 6638 6950 +312
+ Misses 1058 750 -308 |
@@ -75,6 +76,8 @@ def log_metrics(self, metrics, grad_norm_dic, step=None): | |||
self.logger.agg_and_log_metrics(scalar_metrics, step=step) | |||
self.logger.save() | |||
|
|||
# track the logged metrics | |||
self.logged_metrics = scalar_metrics |
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.
@williamFalcon naming metrics in ckpt filename is not possible if not using a logger?
Fixes #3017
Fixes #3000