andyfilip
Results
1
comments of
andyfilip
Hi, I had the same problem. I changed **from keras_applications.imagenet_utils import _obtain_input_shape** to **from keras.applications.imagenet_utils import _obtain_input_shape** and it worked. Now I get another Error. According Stackoverflow you can also...