zomux / deepy

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

ImportError: cannot import name NeuralLayer #8

Closed andyyuan78 closed 8 years ago

andyyuan78 commented 9 years ago

ubgpu@ubgpu:~/github/deepy$ sudo python experiments/attention_models/baseline.py [sudo] password for ubgpu: Using gpu device 0: GeForce GTX 970 Traceback (most recent call last): File "experiments/attention_models/baseline.py", line 8, in from baseline_model import get_network File "/home/ubgpu/github/deepy/experiments/attention_models/baseline_model.py", line 14, in from deepy.networks import NeuralLayer ImportError: cannot import name NeuralLayer ubgpu@ubgpu:~/github/deepy$

zomux commented 9 years ago

Sorry, Attention models are not working now, because the framework of deepy greatly changed in the version 0.0.8, I will try to repair it these days.

robotzheng commented 9 years ago

thanks.