Created
July 8, 2019 20:20
-
-
Save ajinkyajawale14499/094468a8f2a93b6f1b216a58af2de9db 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
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