Skip to content

Commit ed420fe

Browse files
committed
Merge branch 'release/1.2.2' of https://github.com/kaushikb11/pytorch-lightning into release/1.2.2
2 parents 1f3cba0 + 692f096 commit ed420fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/trainer/training_loop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def training_step(self, split_batch, batch_idx, opt_idx, hiddens):
296296
self.trainer.logger_connector.cache_logged_metrics()
297297

298298
self._check_training_step_output(training_step_output)
299-
299+
300300
training_step_output = self.trainer.call_hook("training_step_end", training_step_output)
301301

302302
training_step_output_for_epoch_end, training_step_output = self._process_training_step_output(

0 commit comments

Comments
 (0)