Skip to content

Commit c738b14

Browse files
author
Swetha Mandava
committed
styling
1 parent 0bc92df commit c738b14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pytorch_lightning/trainer/training_loop.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,10 @@ def run_training_epoch(self):
557557

558558
# hook
559559
# TODO: add outputs to batches
560-
self.on_train_batch_end(epoch_output, batch_output.training_step_output_for_epoch_end, batch, batch_idx, dataloader_idx)
560+
self.on_train_batch_end(
561+
epoch_output,
562+
batch_output.training_step_output_for_epoch_end,
563+
batch, batch_idx, dataloader_idx)
561564

562565
# -----------------------------------------
563566
# SAVE METRICS TO LOGGERS

0 commit comments

Comments
 (0)