I tried to execute some tutorial transfer learning project. But I've got attribute error.
I checked my tensorflow and keras version.
tensorflow : 1.14.0 keras : 2.2.5
and python 3.6.9 version.
the code is here.
if(K.image_dim_ordering() == 'th'):input_tensor = Input(shape=(3, 299, 299))
error message here.
AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering'