立秋
立秋
Thanks for quick reply. As your code show, the lr_suggestion of the two groups are both 0.1045. However when I use pretrained model and do some change at last, I...
Thanks a lot. It's helpful.
I change the code ``` # diff_pow =torch.clamp_max(diff_pow, max=88) diff_pow =torch.clamp_max(diff_pow, max=44) ``` but the result is still low. What should i do? 