Fix typo in results.rst (#3277)

This commit is contained in:
Sumanth Ratna 2020-09-01 03:58:49 -04:00 committed by GitHub
parent b0298cead8
commit b22a65e2fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
^^^^^^^