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 6de314d commit fe8d615Copy full SHA for fe8d615
docs/source/common/debugging.rst
@@ -95,7 +95,7 @@ Print a summary of your LightningModule
95
---------------------------------------
96
Whenever the ``.fit()`` function gets called, the Trainer will print the weights summary for the LightningModule.
97
By default it only prints the top-level modules. If you want to show all submodules in your network, use the
98
-`'max_depth'` option:
+``max_depth`` option:
99
100
.. testcode::
101
0 commit comments