Submitted by Meddhouib10 t3_yqpo7l in MachineLearning
Hey, I was wondering if there rules on how to choose the base learning to use to finetune a pre-trained CNN. Like for a pretrained mobilnet,resnext or a convnext what learning rate to use for finetuning ? Thank !
Sundar1583 t1_ivpjqg3 wrote
In general you need to search for one. Fitting multiple models with a log scale of learning rates and comparing there performance.
If you just want to mess with the model, the default learning rate of 10^-3 usually works very well.