Disable {save,check}_on_train_epoch_end with check_val_every_n_epoch>1#9156
Merged
Disable {save,check}_on_train_epoch_end with check_val_every_n_epoch>1#9156
{save,check}_on_train_epoch_end with check_val_every_n_epoch>1#9156Conversation
{save,check}_on_train_epoch_end with check_val_every_n_epoch{save,check}_on_train_epoch_end with check_val_every_n_epoch>1
Codecov Report
@@ Coverage Diff @@
## master #9156 +/- ##
======================================
Coverage 92% 92%
======================================
Files 176 178 +2
Lines 14804 14850 +46
======================================
+ Hits 13651 13701 +50
+ Misses 1153 1149 -4 |
Contributor
Author
|
No, the problem is that users don't notice something is wrong until the epoch is over and a callback tries to get a non-logged metric key. We could print a warning before the epoch starts asking to set this flag when |
ananthsub
reviewed
Aug 27, 2021
tchaton
reviewed
Aug 27, 2021
awaelchli
approved these changes
Aug 27, 2021
tchaton
approved these changes
Aug 31, 2021
SeanNaren
approved these changes
Sep 3, 2021
justusschock
added a commit
that referenced
this pull request
Sep 7, 2021
justusschock
added a commit
that referenced
this pull request
Sep 7, 2021
justusschock
added a commit
that referenced
this pull request
Sep 7, 2021
awaelchli
pushed a commit
that referenced
this pull request
Sep 7, 2021
lexierule
pushed a commit
that referenced
this pull request
Sep 10, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Fixes #9151, #9163
Does your PR introduce any breaking changes? If yes, please list them.
None
Before submitting
PR review