Skip to content

Instantly share code, notes, and snippets.

@AMZzee
Created June 22, 2021 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AMZzee/4e3a3b7ab3c340359af81d5a3dac4330 to your computer and use it in GitHub Desktop.
Save AMZzee/4e3a3b7ab3c340359af81d5a3dac4330 to your computer and use it in GitHub Desktop.
base_model=MobileNet(input_shape=(IMAGE_SIZE, IMAGE_SIZE,3), alpha = ALPHA,
depth_multiplier = 1, dropout = 0.001, include_top = False,
weights = "imagenet", classes = 4, backend=keras.backend,
layers=keras.layers,models=keras.models,utils=keras.utils)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment