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.
from theano.tensor.signal.downsample import max_pool_2d
update theano and lasagne
pip install --upgrade https://github.com/Theano/Theano/archive/master.zip pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
Lasagne vs Theano possible version mismatch (Windows)