Skip to content

Commit

Permalink
update docs for progress bat values (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Mar 27, 2020
1 parent 593bf50 commit bec43c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pytorch_lightning/core/lightning.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,10 @@ def training_step(self, batch, batch_idx, hiddens):
You can also return a -1 instead of a dict to stop the current loop. This is useful
if you want to break out of the current training epoch early.
Notes:
The presented loss value in progress bar is smooth (average) over last values,
so it differs from values set in train/validation step.
"""

def training_end(self, *args, **kwargs):
Expand Down

0 comments on commit bec43c9

Please sign in to comment.