Vincent Zhang
Results
1
issues of
Vincent Zhang
In the implementation of get_lr() function of Polynomial LR, self.last_epoch % self.max_iter will always be true unless last_epoch > max_iter https://github.com/meetshah1995/pytorch-semseg/blob/89f4abe180528a69e32ac1217746f68dfafd0e36/ptsemseg/schedulers/schedulers.py#L26-L31