Skip to content

Instantly share code, notes, and snippets.

@Zakaria-pro
Last active February 6, 2021 20:17
Show Gist options
  • Save Zakaria-pro/1c36b9b7a82e39730e154b54f48bf8b1 to your computer and use it in GitHub Desktop.
Save Zakaria-pro/1c36b9b7a82e39730e154b54f48bf8b1 to your computer and use it in GitHub Desktop.
Load the restnet50 model
Input_shape = (224,224,3)
resnet50_model = keras.applications.ResNet50(include_top=False, weights="imagenet", input_shape=Input_shape)
#resnet50_model.summary()
#, pooling='max'
#, pooling='avg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment