keras-team / keras-applications

Reference implementations of popular deep learning models.
Other
2k stars 910 forks source link

Unable to run ResNeXt101, ResNet152V2 #83

Closed Jalilnkh closed 5 years ago

Jalilnkh commented 5 years ago

When I am running ResNeXt101, ResNet152V2... I got the following error.

AttributeError: 'NoneType' object has no attribute 'image_data_format'

Could you please tell me what is wrong with that?

Ivan-wang commented 5 years ago

a solution here: #79

taehoonlee commented 5 years ago

@jalilnoormohammadi, The keras-applications is not a standalone library. You must import with from keras.applications.ooo import ooo NOT from keras_applications.ooo import ooo.