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 "/homedtic/rgong/DeepConvSep/trainCNN.py", line 42, in
import lasagne
File "/homedtic/rgong/keras_env/lib/python2.7/site-packages/lasagne/init.py", line 24, in
from . import layers
File "/homedtic/rgong/keras_env/lib/python2.7/site-packages/lasagne/layers/init.py", line 7, in
from .pool import *
File "/homedtic/rgong/keras_env/lib/python2.7/site-packages/lasagne/layers/pool.py", line 6, in
from theano.tensor.signal import downsample
ImportError: cannot import name downsample
Theano has changed its API for the 0.9.0 version. lasagne haven't updated yet.
max_pool_2D method doesn't exist anymore in ``downsample".
Theano has changed its API for the 0.9.0 version. lasagne haven't updated yet.
max_pool_2D method doesn't exist anymore in ``downsample".
I found the solution for this issue in Theano/Theano#4337
The text was updated successfully, but these errors were encountered: