Created
July 8, 2019 19:40
-
-
Save ajinkyajawale14499/8a60897fdf8b1a76c0ff8b73e0e2e25c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IMG_SHAPE = (IMAGE_SIZE, IMAGE_SIZE, 3) | |
| # Create the base model from the pre-trained model MobileNet V2 | |
| base_model = tf.keras.applications.MobileNetV2(input_shape=IMG_SHAPE, | |
| include_top=False, | |
| weights='imagenet') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment