yfb-luoshujie
Results
1
issues of
yfb-luoshujie
when after_scheduler=StepLR(step_size=1), there is a problem with the lr, at the first epoch of after_scheduler work. for example: ``` model = [torch.nn.Parameter(torch.randn(2, 2, requires_grad=True))] optim = SGD(model, 0.1) scheduler_steplr =...