I am using Theano. The OS is Ubuntu. The Theano is UPTODATE. I am wondering why I am getting by from theano.tensor.signal.downsample import max_pool_2d
command.
ImportError: No module named downsample
.
I am using Theano. The OS is Ubuntu. The Theano is UPTODATE. I am wondering why I am getting by from theano.tensor.signal.downsample import max_pool_2d
command.
ImportError: No module named downsample
.
Try to update the Theano using this link.
Same issue [theano v.0.9.0dev1.dev-2...]; changed
to
in /lib/python2.7/site-packages/lasagne/layers/pool.py
update theano and lasagne
Lasagne vs Theano possible version mismatch (Windows)
The
downsample
module has been moved topool
, so try declaring it as:After changing delete your theano cache with the command: