EfficientNetV2B0 transfer learning on cifar10 testing freezing backbone #55
leondgarse
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
--freeze_backbone
, will setlayer.trainable=False
till modelGlobalAveragePooling2D
.--pretrained checkpoints/{basic_save_name}_latest.h5
for reloading weights.freeze_norm_layers
, will setlayer.trainable=False
for allBatchNormalization
andLayerNormlization
.--pretrained checkpoints/{basic_save_name}_latest.h5
for reloading weights.Beta Was this translation helpful? Give feedback.
All reactions