You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "main_run.py", line 6, in <module>
import model
File "/home/vimos/Data/git/QA/HMN4QA/model.py", line 3, in <module>
import lasagne
File "/home/vimos/Data/git/QA/HMN4QA/lasagne/__init__.py", line 19, in <module>
from . import layers
File "/home/vimos/Data/git/QA/HMN4QA/lasagne/layers/__init__.py", line 7, in <module>
from .pool import *
File "/home/vimos/Data/git/QA/HMN4QA/lasagne/layers/pool.py", line 6, in <module>
from theano.tensor.signal import downsample
ImportError: cannot import name downsample
When I trying to run the code, I met this ImportError: cannot import name downsample
This problem is resolved by removing the verison_0.1 of Lasagne from this project and use the master of https://github.com/Lasagne/Lasagne/archive/master.zip
The text was updated successfully, but these errors were encountered: