You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: