Open AzwadAbid opened 4 years ago
Keras 2.2 had a minor change.
Before: from keras.applications.imagenet_utils import _obtain_input_shape
After: from keras_applications.imagenet_utils import _obtain_input_shape
The code is working for me after making the change.
Keras 2.2 had a minor change.
Before: from keras.applications.imagenet_utils import _obtain_input_shape
After: from keras_applications.imagenet_utils import _obtain_input_shape
The code is working for me after making the change.