Skip to content

Commit b03b4d7

Browse files
SeanNarenBorda
andauthored
Update pytorch_lightning/core/lightning.py
Co-authored-by: Jirka Borovec <[email protected]>
1 parent da5cc1e commit b03b4d7

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
@@ -1120,9 +1120,6 @@ def manual_optimizer_step(self, optimizer: Optimizer, force_optimizer_step:bool
11201120
and one should use accumulated gradients but not the other one.
11211121
One could put its own logic to force an optimizer step.
11221122
1123-
Return:
1124-
None
1125-
11261123
Example::
11271124
11281125
def training_step(...):

0 commit comments

Comments
 (0)