Skip to content

Commit

Permalink
updated keras.json template for Theano to latest format
Browse files Browse the repository at this point in the history
  • Loading branch information
roebius committed Sep 26, 2017
1 parent 45dfe54 commit d9f2e5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions keras.json.for_Theano
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"image_data_format": "channels_first",
"epsilon": 1e-07,
"backend": "theano",
"floatx": "float32",
"image_dim_ordering": "th",
"image_data_format": "channels_first"
"backend": "theano"
}

0 comments on commit d9f2e5c

Please sign in to comment.