How to finetune last layers in keras vggface?
ZER-0-NE opened this issue · 3 comments
ZER-0-NE commented
print(tf.version)
1.8.0
print(keras.version)
2.1.6
print(keras_vggface.version)
0.5
rcmalli commented
There are really good blog posts about this.
jpgard commented
Which of these blog posts shows how to fine-tune a pre-trained keras-vggface model? I don't see that in any of them.
sherlockchou86 commented
you can set layer.trainable=False expect the last layers, and then re-train the last layers.