I got an error: `AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'` If you want to support newer Keras, then according to this: https://github.com/keras-team/keras/issues/12649 the method has be renamed to image_data_format.
I got an error:
AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'If you want to support newer Keras, then according to this:
keras-team/keras#12649
the method has be renamed to image_data_format.