Skip to content

Commit

Permalink
Update pytorch_lightning/core/lightning.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
  • Loading branch information
SeanNaren and Borda authored Nov 10, 2020
1 parent da5cc1e commit b03b4d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pytorch_lightning/core/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,9 +1120,6 @@ def manual_optimizer_step(self, optimizer: Optimizer, force_optimizer_step:bool
and one should use accumulated gradients but not the other one.
One could put its own logic to force an optimizer step.
Return:
None
Example::
def training_step(...):
Expand Down

0 comments on commit b03b4d7

Please sign in to comment.