Skip to content

Commit

Permalink
ro1
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 17, 2021
1 parent 8d7ac8f commit 2d07ace
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pytorch_lightning/trainer/training_loop.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,6 @@ def _process_training_step_output(self, training_step_output, split_batch):
if training_step_output_for_epoch_end is None:
return None, None

# -----------------------------------------
# process result return (DEPRECATE in 1.0)
# -----------------------------------------
if isinstance(training_step_output, Result):
training_step_output_for_epoch_end = self._process_result(training_step_output, split_batch)
return training_step_output_for_epoch_end, training_step_output

# -----------------------------------------
# process hybrid (1.0)
# -----------------------------------------
Expand Down

0 comments on commit 2d07ace

Please sign in to comment.