Skip to content

Commit

Permalink
Update trainer.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthsub committed Sep 30, 2021
1 parent c71488f commit 8de7fd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/common/trainer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1612,8 +1612,9 @@ Options: 'full', 'top', None.
trainer = Trainer(weights_summary=None)

.. warning:: `weights_summary` is deprecated in v1.5 and will be removed in v1.7. Please pass :class:`~pytorch_lightning.callbacks.model_summary.ModelSummary`
directly to the Trainer's ``callbacks`` argument instead. To disable the model summary,
pass ``enable_model_summary = False`` to the Trainer.
directly to the Trainer's ``callbacks`` argument instead. To disable the model summary,
pass ``enable_model_summary = False`` to the Trainer.


enable_model_summary
^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 8de7fd5

Please sign in to comment.