Closed fjzpcmj closed 2 years ago
https://github.com/LiJunnan1992/DivideMix/blob/d9d3058fa69a952463b896f84730378cdee6ec39/Train_cifar.py#L244 in this code, it seems that after 150 epoch,learning rate is reduced by a factor of 10 in every epoch . Then in 160 epoch, the learning rate will be very small (0.02 * 0.1^10).
https://github.com/LiJunnan1992/DivideMix/blob/d9d3058fa69a952463b896f84730378cdee6ec39/Train_cifar.py#L244 in this code, it seems that after 150 epoch,learning rate is reduced by a factor of 10 in every epoch . Then in 160 epoch, the learning rate will be very small (0.02 * 0.1^10).