abbypa / NNProject_DeepMask

Deep Neural Network for object segmentation.
187 stars 60 forks source link

CreateVggGraphWeights.py error #5

Closed zhengxuyu closed 8 years ago

zhengxuyu commented 8 years ago

I am tried to run your code. However, I got the for layer in self.layers: “AttributeError: 'Graph' object has no attribute 'layers' ”error. when I running CreateVggGraphWeights.py,

abbypa commented 8 years ago

Solved by installing version 0.3.1 of keras (see issue #3 )