Skip to content

Instantly share code, notes, and snippets.

@pranjal-joshi
Created April 24, 2017 09:25
Show Gist options
  • Save pranjal-joshi/ad00c3c58b36a1aeffb868b824e94a89 to your computer and use it in GitHub Desktop.
Save pranjal-joshi/ad00c3c58b36a1aeffb868b824e94a89 to your computer and use it in GitHub Desktop.
Keras backend configuration
{
"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