We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7667a commit 3a7328bCopy full SHA for 3a7328b
docs/source/common/debugging.rst
@@ -98,6 +98,7 @@ By default it only prints the top-level modules. If you want to show all submodu
98
`'max_depth'` option:
99
100
.. testcode::
101
+ from pytorch_lightning.callbacks import ModelSummary
102
103
trainer = Trainer(callbacks=[ModelSummary(max_depth=-1)])
104
0 commit comments