I want to fine-tune the model on my own dataset. The default lr is set to 1., which seems to be quite high. What lr is suggested for fine-tuning?
Moreover, is it recommended to fine-tune on cut out single digits/characters or on complete images?
My last question is about the input parameters concerning the image width/height. The default parameters are 100/32. Is it recommended to adjust this during the fine-tuning step? My fine-tuning dataset is of size 64x64, should i adjust the parameters to 64x64 accordingly?
I want to fine-tune the model on my own dataset. The default lr is set to 1., which seems to be quite high. What lr is suggested for fine-tuning?
Moreover, is it recommended to fine-tune on cut out single digits/characters or on complete images?
My last question is about the input parameters concerning the image width/height. The default parameters are 100/32. Is it recommended to adjust this during the fine-tuning step? My fine-tuning dataset is of size 64x64, should i adjust the parameters to 64x64 accordingly?
Thanks a lot in advance!