Skip to content

Instantly share code, notes, and snippets.

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 deelipku23/da63fb9e2b2166d7fc7ce0073fd57cc3 to your computer and use it in GitHub Desktop.
Save deelipku23/da63fb9e2b2166d7fc7ce0073fd57cc3 to your computer and use it in GitHub Desktop.
model = create_model(model_name)
optimizer = tf.keras.optimizers.Adam(learning_rate=2e-5)
model.compile(loss='binary_crossentropy', optimizer=optimizer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment