dimatura / voxnet

3D/Volumetric Convolutional Neural Networks with Theano+Lasagne
Other
381 stars 128 forks source link

Theano.sandbox.cuda deprecated #18

Open kdj842969 opened 7 years ago

kdj842969 commented 7 years ago

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 commented 7 years ago

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


pip install 'Theano<0.9.0'