Skip to content

Instantly share code, notes, and snippets.

@jskDr
Created October 29, 2016 19:18
Show Gist options
  • Save jskDr/a56baaf5743a8a6276477cef1a6f0b84 to your computer and use it in GitHub Desktop.
Save jskDr/a56baaf5743a8a6276477cef1a6f0b84 to your computer and use it in GitHub Desktop.
Keras Parameter Setting for the Theano Engine
{
"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