-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix an issue that caused Lightning to extract the batch size even though it was set by the user in LightningModule.log
#10408
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 all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
5e10b93
extract batch size only when it's required
rohitgr7 8941e32
revamp log
rohitgr7 51a7d36
fix
rohitgr7 c2a3626
fix
rohitgr7 be5882c
update tests
rohitgr7 bba8055
chlog
rohitgr7 308f9c0
fix
rohitgr7 04314b8
add test
rohitgr7 b1de03e
Merge branch 'master' into fix/batch_size
rohitgr7 46a8861
mypy
rohitgr7 9b28e44
mypy
rohitgr7 0772967
deref current batch
rohitgr7 c3567ff
mypy
rohitgr7 2ec9885
Merge branch 'master' into fix/batch_size
rohitgr7 1484284
rev
rohitgr7 4363e69
cache batch size
rohitgr7 94c5749
Merge branch 'master' into fix/batch_size
rohitgr7 cb9faae
update test
rohitgr7 61b9483
mypy
rohitgr7 35c37ac
mypy
rohitgr7 46c22be
move to resultcollection
rohitgr7 9b25ecf
mypy
rohitgr7 b7a2296
update logic
rohitgr7 55a189e
Apply suggestions from code review
rohitgr7 e89b6d2
Merge remote-tracking branch 'origin/master' into fix/batch_size
rohitgr7 c9a8543
chlog
rohitgr7 a053dd1
update on comments
rohitgr7 a61dad1
Use our utilities
carmocca b9d2a56
Whitespace
carmocca f87d215
Remove unnecesary properties
carmocca 0074b81
Remove current prefix
carmocca cb9de15
Simplify arguments
carmocca 92cd293
Avoid indentations
carmocca 6c9522d
Cache only if succesfully extracted
carmocca 2979772
Merge branch 'master' into fix/batch_size
carmocca bb6f3c4
minor updates
rohitgr7 250defa
Simplify check
carmocca 1ee9b17
Remove silly comment
carmocca b806ab0
Merge branch 'master' into fix/batch_size
carmocca 560da62
mypy fix
carmocca 4c859d3
Merge branch 'master' into fix/batch_size
carmocca 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
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
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.