mmsegmentation
mmsegmentation copied to clipboard
How can I use different lr scheduler for some specific parameters
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?