Skip to content
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

Merged
merged 6 commits into from
Aug 20, 2020
Merged

re-enabled naming metrics in ckpt name #3060

merged 6 commits into from
Aug 20, 2020

Conversation

williamFalcon
Copy link
Contributor

@williamFalcon williamFalcon commented Aug 19, 2020

Fixes #3017
Fixes #3000

@mergify mergify bot requested a review from a team August 19, 2020 23:29
@williamFalcon williamFalcon changed the title Ckptname re-enabled naming metrics in ckpt name Aug 19, 2020
@pep8speaks
Copy link

pep8speaks commented Aug 19, 2020

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

@ananyahjha93
Copy link
Contributor

@williamFalcon fixes #3017 and not #3018

@codecov
Copy link

codecov bot commented Aug 20, 2020

Codecov Report

Merging #3060 into master will increase coverage by 4%.
The diff coverage is 83%.

@@           Coverage Diff           @@
##           master   #3060    +/-   ##
=======================================
+ Coverage      86%     90%    +4%     
=======================================
  Files          81      81            
  Lines        7696    7700     +4     
=======================================
+ Hits         6638    6950   +312     
+ Misses       1058     750   -308     

@williamFalcon williamFalcon merged commit 3453bba into master Aug 20, 2020
@awaelchli awaelchli deleted the ckptname branch August 20, 2020 13:40
@Borda Borda added the feature Is an improvement or enhancement label Aug 20, 2020
@Borda Borda added this to the 0.9.0 milestone Aug 20, 2020
@@ -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
Copy link
Contributor

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?

@mergify mergify bot requested a review from a team August 20, 2020 22:14
@rohitgr7 rohitgr7 removed the request for review from a team August 20, 2020 22:16
@mergify mergify bot requested a review from a team August 20, 2020 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement
Projects
None yet
5 participants