Closed dribnet closed 8 years ago
This project format doesn't support Tensorflow backend properly.
To get it to work on Tensorflow, change the image_dim_orderingto to "th" in the Keras.json file.
Or simply use Theano with the th dim ordering.
Edit: I am using Keras 1.1.0 only, but bypassing some internal keras code. It shouldnt be affected by keras versions.
Aha, th dim
ordering on theano fixed it (I haven't used keras in awhile and was unaware of that option). Seems fine now, thanks!
Hi - thanks for publishing this work in progress. I'd like to try to get some of your examples working, but can't get the code in the README or benchmark tests to run. Are you using a special version of keras, or just 1.1.0? Here's what I get when running the benchmark:
And similarly for the code in the README
Would be interested in getting this working and potentially contributing to this project.