Skip to content

Commit 182a3b1

Browse files
committed
fix typo
1 parent 5c84ec7 commit 182a3b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

chebai/trainer/CustomTrainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ def on_advance_start(self) -> None:
172172
for i, dl in enumerate(self._combined_loader.flattened):
173173
_set_sampler_epoch(dl, self.epoch_progress.current.processed)
174174

175-
self.restarted
176175
if not self.restarted_mid_epoch and not self.restarted_on_epoch_end:
177176
if not self.restarted_on_epoch_start:
178177
self.epoch_progress.increment_ready()

0 commit comments

Comments
 (0)