Created
June 21, 2018 22:48
-
-
Save ozgurshn/fa5034de0f2710c89d9091aac6f10aa2 to your computer and use it in GitHub Desktop.
This file contains 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
def compile_model(compiledModel): | |
compiledModel.compile(loss=keras.losses.categorical_crossentropy, | |
optimizer=Adadelta(), | |
metrics=['accuracy']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment