Update lightning_module.rst (#3854)

`*_epoch_out` methods expects a return of None.
This commit is contained in:
Paul Baumstark 2020-10-05 04:34:27 +01:00 committed by GitHub
parent d787208e76
commit e2437ebf3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ The matching pseudocode is:
optimizer.step()
optimizer.zero_grad()
epoch_out = training_epoch_end(outs)
training_epoch_end(outs)
Training with DataParallel
^^^^^^^^^^^^^^^^^^^^^^^^^^