Closed nyck33 closed 5 years ago
What's the Keras and TensorFlow versions?
I'm having the same issue. I think it's because I'm using Keras v2, where the function has been renamed to 'image_data_format()'. Not sure if @nyck33 made a spelling error (you wrote imaged instead of image) when commenting here or if he actually mistyped it.
I've fixed it by switching to keras v2.2.4 instead of 2.2.5.
@AlecVandenbroeck I'll have to check that but thanks!
@yu4u
Changed line 26 of wide_resnet.py
to if K.common.image_dim_ordering() == "th":
and it works.
When I try to run the second cell in
predict.ipynb
I get: