-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Add max_depth parameter to ModelSummary #8062
Conversation
Hello @ManuelPalermo! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-07-01 00:27:05 UTC |
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #8062 +/- ##
=======================================
- Coverage 93% 88% -5%
=======================================
Files 212 212
Lines 13581 13595 +14
=======================================
- Hits 12624 11954 -670
- Misses 957 1641 +684 |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
# Conflicts: # pytorch_lightning/core/lightning.py
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't work yet.
Trainer(weights_summary="full"|"top")
does not display anything on this branch.
need to investigate.
This reverts commit 4d638ec.
update test
What does this PR do?
Adds feature discussed in #8047 (comment)
Before submitting
PR review