I just tried running the starter code in the README (training ResNet50 on cifar10) to get a feel for the package. I got an error when constructing a model:
'>>> model = keras_resnet.classifiers.ResNet50(x, classes=classes)
Traceback (most recent call last):
File "", line 1, in
AttributeError: module 'keras_resnet' has no attribute 'classifiers'`
I just tried running the starter code in the README (training ResNet50 on cifar10) to get a feel for the package. I got an error when constructing a model:
'>>> model = keras_resnet.classifiers.ResNet50(x, classes=classes) Traceback (most recent call last): File "", line 1, in
AttributeError: module 'keras_resnet' has no attribute 'classifiers'`