Skip to content

Instantly share code, notes, and snippets.

@rcgalbo
Created December 1, 2017 17:09
Show Gist options
  • Save rcgalbo/4c36a03df68abb4c3ec3d6447b9cb595 to your computer and use it in GitHub Desktop.
Save rcgalbo/4c36a03df68abb4c3ec3d6447b9cb595 to your computer and use it in GitHub Desktop.
Keras config for TF backend
{
"image_data_format": "channels_last",
"epsilon": 1e-07,
"floatx": "float32",
"backend": "tensorflow"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment