mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-09-09 11:32:07 +08:00
Fix typo (#1224)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user