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 729cbac commit 799fdf7Copy full SHA for 799fdf7
pytorch_lightning/trainer/connectors/callback_connector.py
@@ -166,7 +166,7 @@ def _configure_model_summary_callback(
166
if weights_summary is None:
167
rank_zero_deprecation(
168
"Setting `Trainer(weights_summary=None)` is deprecated in v1.5 and will be removed"
169
- " in v1.7. Please set `Trainer(enable_model_summary=False) instead."
+ " in v1.7. Please set `Trainer(enable_model_summary=False)` instead."
170
)
171
return
172
if not enable_model_summary:
0 commit comments