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

Theano.sandbox.cuda deprecated #18

Open
kdj842969 opened this issue Apr 13, 2017 · 1 comment
Open

Theano.sandbox.cuda deprecated #18

kdj842969 opened this issue Apr 13, 2017 · 1 comment

Comments

@kdj842969
Copy link

I'm trying to train the model, however get this information:
from theano.sandbox.cuda.basic_ops import gpu_contiguous ImportError: No module named cuda.basic_ops

And I found Theano converted from cuda to the new gpu back end(gpuarray) since 0.9.0.
Here is what they said:
https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29

Anybody got the same issue?

@maflcko
Copy link
Contributor

maflcko commented Apr 18, 2017

For a workaround you can use a version of Theano<0.9.0.

pip install 'Theano<0.9.0'

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