Fix typo (#1224)
This commit is contained in:
parent
3a93aaf9e2
commit
ac6692d3e4
|
@ -307,7 +307,7 @@ class LightningModule(ABC, GradInformation, ModelIO, ModelHooks):
|
|||
val_outs = []
|
||||
for val_batch in val_data:
|
||||
out = validation_step(train_batch)
|
||||
val_outs.append(out
|
||||
val_outs.append(out)
|
||||
validation_epoch_end(val_outs)
|
||||
|
||||
Args:
|
||||
|
|
Loading…
Reference in New Issue