update docs for progress bat values (#1253)

This commit is contained in:
Jirka Borovec
2020-03-27 08:41:07 -04:00
committed by GitHub
parent 593bf50759
commit bec43c9f8a
+4
View File
@@ -220,6 +220,10 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks):
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):