-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Deprecate LightningModule.summarize() in favor of pl.utilities.model_summary.summarize()
#8513
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
32 commits
Select commit
Hold shift + click to select a range
e11c16d
Move LightningModule.summarize() off of LightningModule to utilities
samlurye 2d1ce57
Update CHANGELOG.md with changes from e11c16da
samlurye 0fb5753
Merge branch 'master' of https://github.com/PyTorchLightning/pytorch-…
samlurye c695078
Merge pull request #2 from samlurye/PyTorchLightning-master
samlurye e43daac
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 1befd4a
Fix some code check and testing issues
samlurye 26588df
Merge pull request #3 from samlurye/PyTorchLightning-master
samlurye 3686b05
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 0d8ea7d
Update tests/utilities/test_model_summary.py
samlurye da8cd59
Update tests/utilities/test_model_summary.py
samlurye 4194ca9
Update pytorch_lightning/core/lightning.py
samlurye 0ba1573
Add backward compatibility for LayerSummary and ModelSummary
samlurye eb3ed28
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3e93e2c
Move all functions out of core/memory.py
samlurye 3cce6e0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] caca34f
Remove unused import logging from model_summary.py
samlurye 793160d
Merge branch 'master' of https://github.com/samlurye/pytorch-lightning
samlurye 48e81d3
Update tests/accelerators/test_ddp_spawn.py
ananthsub eba7c9e
Merge branch 'master' into contrib/deprecate-summary
awaelchli 5a0c407
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9e5b8b9
add import for the typehint in summarize()
awaelchli 783072c
fix unused imports
awaelchli c4ecf54
Merge branch 'PyTorchLightning:master' into master
samlurye 0c3cdc8
Fix typo in test_ddp_spawn.py
samlurye dd34e73
Merge branch 'master' of https://github.com/samlurye/pytorch-lightning
samlurye 85870d6
Add back log.info call
samlurye ea27e98
Update pytorch_lightning/core/memory.py
samlurye 432c6e1
Update pytorch_lightning/core/memory.py
samlurye c1b55a8
Merge branch 'master' into master
samlurye b7f47b8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 9dc913a
fix ticks in warning message test
awaelchli 2dbffab
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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
Oops, something went wrong.
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.