Skip to content

Commit c71488f

Browse files
committed
Update debugging.rst
1 parent 24cc8d8 commit c71488f

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
@@ -103,6 +103,7 @@ By default it only prints the top-level modules. If you want to show all submodu
103103

104104
trainer = Trainer(callbacks=[ModelSummary(max_depth=-1)])
105105

106+
106107
You can also display the intermediate input- and output sizes of all your layers by setting the
107108
``example_input_array`` attribute in your LightningModule. It will print a table like this
108109

0 commit comments

Comments
 (0)