-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels