Skip to content

Commit 23803e3

Browse files
committed
Remove manopt + grad clipping (by @flukeskywalker)
1 parent 715bb2c commit 23803e3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pytorch_lightning/core/lightning.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,9 +1208,6 @@ def manual_backward(self, loss: Tensor, optimizer: Optional[Optimizer] = None, *
12081208
12091209
See :ref:`manual optimization<common/optimizers:Manual optimization>` for more examples.
12101210
1211-
.. tip::
1212-
In manual mode, we still automatically clip grads if ``Trainer(gradient_clip_val=x)`` is set.
1213-
12141211
Example::
12151212
12161213
def training_step(...):

0 commit comments

Comments
 (0)