Skip to content

Conversation

@rohitgr7
Copy link
Contributor

Fixes #4299

@rohitgr7 rohitgr7 changed the title update logging docs [docs] update logging docs Oct 29, 2020
@rohitgr7 rohitgr7 added docs Documentation related logger Related to the Loggers labels Oct 29, 2020
@rohitgr7 rohitgr7 added this to the 1.0.x milestone Oct 29, 2020
@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #4431 (6c0e832) into master (c2e6e68) will increase coverage by 0%.
The diff coverage is 100%.

@@          Coverage Diff           @@
##           master   #4431   +/-   ##
======================================
  Coverage      93%     93%           
======================================
  Files         122     122           
  Lines        9221    9225    +4     
======================================
+ Hits         8541    8545    +4     
  Misses        680     680           

@edenlightning
Copy link
Contributor

@tchaton take a look?

@rohitgr7 rohitgr7 changed the title [docs] update logging docs update logging docs and decorators Nov 10, 2020
@edenlightning edenlightning modified the milestones: 1.0.x, 1.0.7 Nov 10, 2020
@Borda Borda removed this from the 1.0.7 milestone Nov 11, 2020
@edenlightning edenlightning added this to the 1.0.7 milestone Nov 13, 2020
@Borda Borda modified the milestones: 1.0.7, 1.0.x Nov 13, 2020
Copy link
Contributor

@tchaton tchaton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @rohitgr7. rank_zero_only is only for internal use and should not be exposed to the users.
@williamFalcon Do you agree with this ?

@rohitgr7
Copy link
Contributor Author

rohitgr7 commented Nov 15, 2020

rank_zero_only is only for internal use and should not be exposed to the users.

@tchaton why not? If someone wants to build a custom logger, I believe it will be useful. BTW some info about rank_zero_log is already given in the logs just above. Added same for rank_zero_experiment.

@Borda Borda modified the milestones: 1.0.x, 1.1 Nov 18, 2020
@rohitgr7 rohitgr7 requested a review from tchaton November 19, 2020 19:28
@rohitgr7 rohitgr7 requested a review from awaelchli November 22, 2020 13:36
@Borda Borda modified the milestones: 1.1, 1.1.x Nov 30, 2020
@Borda Borda added the ready PRs ready to be merged label Nov 30, 2020
@rohitgr7 rohitgr7 merged commit ef762a0 into master Dec 1, 2020
@rohitgr7 rohitgr7 deleted the docs/logging_docs branch December 1, 2020 06:05
@Borda Borda modified the milestones: 1.1.x, 1.1 Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation related logger Related to the Loggers ready PRs ready to be merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Trainer's fit method fails when the only logger is the custom logger from the official documentation

8 participants