broadinstitute / keras-resnet

Keras package for deep residual networks
Other
300 stars 127 forks source link

Starter code in README #33

Open catabia opened 6 years ago

catabia commented 6 years ago

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 commented 6 years ago

Confirmed on Python 3.6.2 and keras-resnet-0.0.8

maor121 commented 6 years ago

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