Skip to content

Commit b22a65e

Browse files
authoredSep 1, 2020
Fix typo in results.rst (Lightning-AI#3277)
1 parent b0298ce commit b22a65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/source/results.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ can change it every batch if you want, or even monitor different metrics for eac
110110
def training_step(...):
111111
return loss
112112
def training_step(...):
113-
return {'loss' loss}
113+
return {'loss': loss}
114114
115115
logging
116116
^^^^^^^

0 commit comments

Comments
 (0)
Failed to load comments.