Skip to content

Instantly share code, notes, and snippets.

@ajinkyajawale14499
Created July 8, 2019 20:20
Show Gist options
  • Save ajinkyajawale14499/094468a8f2a93b6f1b216a58af2de9db to your computer and use it in GitHub Desktop.
Save ajinkyajawale14499/094468a8f2a93b6f1b216a58af2de9db to your computer and use it in GitHub Desktop.
model.compile(loss='categorical_crossentropy',
optimizer = tf.keras.optimizers.Adam(1e-5),
metrics=['accuracy'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment