The keras.applications module has been splitted from the main Keras repository.
Please submit your issue using this link.
Thank you!
I believe that ResNeXt will be released with the next version of Keras. It's in master, but was not present when 2.2.4 was released.
@brandonschabell is right. Closing this issue as this will be solved in the next release.
print(keras.__version__)
2.2.4
keras.applications.resnext.ResNeXt101()
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'keras.applications' has no attribute 'resnext'
When is the next release happening? Anyways to get to that earlier?
Hi @gabrieldemarmiesse. Will ResNet50V2 be released with the next version of Keras? Thank you!
Most helpful comment
When is the next release happening? Anyways to get to that earlier?