ImportError: No module named downsample

前端 未结 4 615
孤独总比滥情好
孤独总比滥情好 2021-02-10 06:05

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.

4条回答
  •  臣服心动
    2021-02-10 06:50

    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)

提交回复
热议问题