Skip to content

Commit 3a7328b

Browse files
committed
Update debugging.rst
1 parent 3b7667a commit 3a7328b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/common/debugging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ By default it only prints the top-level modules. If you want to show all submodu
9898
`'max_depth'` option:
9999

100100
.. testcode::
101+
from pytorch_lightning.callbacks import ModelSummary
101102

102103
trainer = Trainer(callbacks=[ModelSummary(max_depth=-1)])
103104

0 commit comments

Comments
 (0)