-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Disable validation completely when overfit_batches>0
#9709
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
cf7b1ef
[fix]bug that cause ineffective of no validation
popfido ef0b9ee
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0587a1e
Add CHANGELOG
popfido bf4c110
Update CHANGELOG.md
popfido 99f196f
update condition logic
popfido 346ede5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] cfd82a1
change corresponding logic according to #9989
popfido a02b39b
Merge remote-tracking branch 'origin/master' into bugfix/8962
popfido c741753
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9e9cb9b
reset val_batches to 0 if `overfit_batches` > 0
popfido ef8c54a
remove duplicate test case
popfido 943d2ea
update outdated testcases
popfido 01f0901
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3e83de0
remove redundant assert
popfido 190b3f5
deprecate usage of overfit_batches
popfido 96cde83
do not test validation in overfit_batch testcase
popfido c2dd74b
Modify changelog
popfido 49371e7
Merge remote-tracking branch 'upstream/master' into bugfix/8962
popfido 1c075a4
Update tests/models/test_cpu.py
popfido 15ec209
Update tests/callbacks/test_early_stopping.py
popfido 1d8c3a3
Update tests/callbacks/test_early_stopping.py
popfido 3554f67
Update tests/callbacks/test_early_stopping.py
popfido d0d032c
Update pytorch_lightning/trainer/trainer.py
popfido 80cc4b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] ad167fe
reschedule test cases and fix bugs
popfido 8ae0742
add checker for test
popfido 27231b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7bbc790
remove unused import
popfido 68539cd
reduce test cases data scale to pass
popfido 28de952
undo test case scale reduction
popfido 2f78e71
remove redundant document
popfido f1a9692
Merge remote-tracking branch 'upstream/master' into bugfix/8962
popfido bfb89bc
Merge branch 'master' into bugfix/8962
popfido 89a76cb
Merge branch 'master' into bugfix/8962
popfido 20a8baf
Update CHANGELOG.md
rohitgr7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.