Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created November 17, 2019 12:10
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 NMZivkovic/7e86931f6fe495f9dea82f6477433026 to your computer and use it in GitHub Desktop.
Save NMZivkovic/7e86931f6fe495f9dea82f6477433026 to your computer and use it in GitHub Desktop.
base_learning_rate = 0.0001
resnet = Wrapper(resnet_base)
resnet.compile(optimizer=tf.keras.optimizers.RMSprop(lr=base_learning_rate),
loss='binary_crossentropy',
metrics=['accuracy'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment