We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19754b5 commit 1ac2e7fCopy full SHA for 1ac2e7f
pytorch_lightning/loops/epoch_loop.py
@@ -158,9 +158,8 @@ def on_advance_end(self):
158
self.trainer._run_evaluation(on_epoch=True)
159
self.trainer.training = True
160
161
- # increment the global step once
162
- # progress global step according to grads progress
163
# TODO: move inside training_loop.on_run_end? equivalent? order?
+ # Needs to check batch_output signal -1, see #7677
164
self.training_loop.increment_accumulated_grad_global_step()
165
166
# why is this not the same as the old on_train_epoch_end?
0 commit comments