ImportError: No module named downsample

前端 未结 4 612
孤独总比滥情好
孤独总比滥情好 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:53

    Try to update the Theano using this link.

    pip install --upgrade https://github.com/Lasagne/Lasagne/archive/master.zip
    

提交回复
热议问题