Fix typo in results.rst (#3277)
This commit is contained in:
parent
b0298cead8
commit
b22a65e2fe
|
@ -110,7 +110,7 @@ can change it every batch if you want, or even monitor different metrics for eac
|
|||
def training_step(...):
|
||||
return loss
|
||||
def training_step(...):
|
||||
return {'loss' loss}
|
||||
return {'loss': loss}
|
||||
|
||||
logging
|
||||
^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue