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 5c84ec7 commit 182a3b1Copy full SHA for 182a3b1
chebai/trainer/CustomTrainer.py
@@ -172,7 +172,6 @@ def on_advance_start(self) -> None:
172
for i, dl in enumerate(self._combined_loader.flattened):
173
_set_sampler_epoch(dl, self.epoch_progress.current.processed)
174
175
- self.restarted
176
if not self.restarted_mid_epoch and not self.restarted_on_epoch_end:
177
if not self.restarted_on_epoch_start:
178
self.epoch_progress.increment_ready()
0 commit comments