You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'`
The text was updated successfully, but these errors were encountered:
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'`
The text was updated successfully, but these errors were encountered: