Submitted by tsgiannis t3_10f5lnc in deeplearning
XecutionStyle t1_j4v0dui wrote
Reply to comment by tsgiannis in Why a pretrained model returns better accuracy than the implementation from scratch by tsgiannis
When you replace the top layer and train the model, are the previous layers allowed to change?
tsgiannis OP t1_j4v447x wrote
No changes on the pretrained model besides removing the top layer.
I am aware that unfreezing can cause either good or bad results
Viewing a single comment thread. View all comments