simclr icon indicating copy to clipboard operation
simclr copied to clipboard

Trainable=False or Trainable = "True" in Finetune

Open aynesss opened this issue 4 years ago • 1 comments

I do a finetune of pretrained network, I would like to know,please, in finetune level, I must make trainable =True or False ? for layer in baseModel.layers: layer.trainable = True

aynesss avatar Oct 11 '21 08:10 aynesss

depends on whether you'd like to fine-tune all weights, which typically yields better results.

chentingpc avatar Oct 12 '21 02:10 chentingpc