Created
April 24, 2017 09:25
-
-
Save pranjal-joshi/ad00c3c58b36a1aeffb868b824e94a89 to your computer and use it in GitHub Desktop.
Keras backend configuration
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
{ | |
"image_dim_ordering": "th", | |
"epsilon": 1e-07, | |
"floatx": "float32", | |
"backend": "theano" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment