Skip to content

Commit a0760c8

Browse files
Update pytorch_lightning/callbacks/model_summary.py
Co-authored-by: Ethan Harris <[email protected]>
1 parent 4baa620 commit a0760c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/callbacks/model_summary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ModelSummary(Callback):
3737
3838
Args:
3939
max_depth: The maximum depth of layer nesting that the summary will include. A value of 0 turns the
40-
layer summary off. Default: 1.
40+
layer summary off.
4141
4242
Example::
4343

0 commit comments

Comments
 (0)