mmsegmentation icon indicating copy to clipboard operation
mmsegmentation copied to clipboard

How can I use different lr scheduler for some specific parameters

Open kevin-dll opened this issue 2 years ago • 0 comments

for example :i want to use Cosinne Scheduler to control learninf rate for one parameter . And all of the other parameter will be still trained with LinearLR. What should I do?

kevin-dll avatar Jan 29 '24 14:01 kevin-dll