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 ac3e927 commit a712fcfCopy full SHA for a712fcf
abel/abel.py
@@ -47,7 +47,7 @@ def get_lr(self):
47
for group in self.optimizer.param_groups]
48
49
def _get_closed_form_lr(self):
50
- if self.last_epoch > 2:
+ if self.last_epoch >= 2:
51
assert self.current_norm is not None
52
assert self.norm_t_1 is not None
53
assert self.norm_t_2 is not None
0 commit comments