torch-warmup-lr
torch-warmup-lr copied to clipboard
Warmup learning rate wrapper for Pytorch Scheduler
Results
2
torch-warmup-lr issues
Sort by
recently updated
recently updated
newest added
First of all, thanks for your nice implementation of Warmup wrapper. I found one tiny thing to improve. By adding `self._last_lr = [group["lr"] for group in self.optimizer.param_groups]` at the end...
@lehduong Thanks for your work! when I use the command **pip install git+git://github.com/lehduong/torch-warmup-lr.git**, I find there is no torch_warmup_lr in my conda list, but it's in pip list. And I...