Update lightning_module.rst (#3854)
`*_epoch_out` methods expects a return of None.
This commit is contained in:
parent
d787208e76
commit
e2437ebf3f
|
@ -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
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue