zomux / deepy

A highly extensible deep learning framework
MIT License
423 stars 66 forks source link

cannot import name NeuralLayer #20

Open a-mystery-88 opened 8 years ago

a-mystery-88 commented 8 years ago

Hi Raphael, I tried to run Visual Attention model but found error when running this line: from deepy.networks import NeuralLayer cannot import name NeuralLayer However, in deepy.networks, I did not find NeuralLayer... Can you help resolve this? Thanks!

iamaaditya commented 8 years ago

NeuralLayer class is inside the file deepy/layers/layer.py