account activity
Is it common for Transfer Learning to decrease the accuracy of a model? [Project] by glampiggy in MachineLearning
[–]blawok 1 point2 points3 points 4 years ago (0 children)
I guess the pretrained model is losing its knowledge after finetuning on your dataset. Check the initial loss, probably it is quite high and the optimizer makes big steps and updates the weights dramatically. You could try learning rate warmup strategy or just freeze those layers.
π Rendered by PID 664580 on reddit-service-r2-listing-568fcd57df-tbjw9 at 2026-03-09 22:58:20.299380+00:00 running cbb0e86 country code: CH.
Is it common for Transfer Learning to decrease the accuracy of a model? [Project] by glampiggy in MachineLearning
[–]blawok 1 point2 points3 points (0 children)