preddy5 / segnet

A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation
http://preddy5.github.io/2016/03/08/segnet-post.html
205 stars 106 forks source link

ModuleNotFoundError: No module named 'keras.layers.containers' #14

Open DawnMe opened 6 years ago

DawnMe commented 6 years ago

Although keras is installed, the module cannot be found. I'm using python 3.6.1.

Anyone encountered this issue?

Shahar

nsidn98 commented 5 years ago

If it is not too late: You can comment that line as it is not needed in the code.

singaloo commented 5 years ago

Anyone encountered this issue? layers = model.layers AttributeError: 'str' object has no attribute 'layers'

nsidn98 commented 5 years ago

@singaloo Could you please put the whole snippet of the error. That would be more helpful in debugging.