Created
October 29, 2016 19:18
-
-
Save jskDr/a56baaf5743a8a6276477cef1a6f0b84 to your computer and use it in GitHub Desktop.
Keras Parameter Setting for the Theano Engine
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
{ | |
"floatx": "float32", | |
"epsilon": 1e-07, | |
"image_dim_ordering": "th", | |
"backend": "theano" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment