Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starter code in README #33

Open
catabia opened this issue Nov 6, 2017 · 2 comments
Open

Starter code in README #33

catabia opened this issue Nov 6, 2017 · 2 comments

Comments

@catabia
Copy link

catabia commented Nov 6, 2017

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'`

@seangtkelley
Copy link

Confirmed on Python 3.6.2 and keras-resnet-0.0.8

@maor121
Copy link

maor121 commented Jun 9, 2018

Running the starter code on Python 2.7 and keras-resnet 0.1.0 , the code runs but the network does not converge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants