efficientnet_keras_transfer_learning icon indicating copy to clipboard operation
efficientnet_keras_transfer_learning copied to clipboard

Transfer Learning

Open enjoykcc456 opened this issue 4 years ago • 0 comments

Hi,

I followed your tutorial on https://www.dlology.com/blog/transfer-learning-with-efficientnet/ for transfer learning with efficientnet. It's a great tutorial, thanks a lot for it.

However, when i do the transfer learning for B0 model, during the model.summary(), there is no 'multiply_16' as shown in your tutorial but only 'multiply_15'. Does it means i have to set 'multiply_15' and successive layers trainable instead of 'multiply_16'.

When i load the B3 model, the model has up to 'multiply_41', if i would like to do transfer learning too, does it mean i just set 'multiply_41' and successive layers trainable?

Thanks

enjoykcc456 avatar Mar 25 '20 07:03 enjoykcc456