Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downsample has been moved to pool #12

Open
xhd2015 opened this issue May 22, 2017 · 1 comment
Open

downsample has been moved to pool #12

xhd2015 opened this issue May 22, 2017 · 1 comment

Comments

@xhd2015
Copy link

xhd2015 commented May 22, 2017

relating to this Theano/Theano#4337
when I run 'python2.7 run_nnet.py TRAIN'
it gives this:
Traceback (most recent call last):
File "run_nnet.py", line 15, in
import nn_layers
File "/media/sf_D_DRIVE/installed/githubs/deep-qa/nn_layers.py", line 6, in
from theano.tensor.signal import downsample
ImportError: cannot import name downsample

then I rewrite 'from theano.tensor.signal import downsample' in nn_layers.py to 'from theano.tensor.signal import pool as downsample',
everything works.

@liudonglei
Copy link

Thanks.
I also face this problem, and I try to reinstall the 0.8.2 version of theano, but failed also.
but your method works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants