Open SAGNIKMJR opened 7 months ago
Hi, do you think the following could be bugs in the lr scheduler?
step=total_cur_step,
epoch=total_cur_step - self.warmup_steps,
max_epoch=self.max_epoch * self.iters_per_epoch - self.warmup_steps,
Hi, do you think the following could be bugs in the lr scheduler?
step=total_cur_step,
?epoch=total_cur_step - self.warmup_steps,
?max_epoch=self.max_epoch * self.iters_per_epoch - self.warmup_steps,
?