Month: January 2021
importError: cannot import name gof
Hi, everyone I’m a beginner of python, and today I try to install theano. When I install anaconda, mingw64, and use ‘pip install theano’ to…
Theano on Windows with Python 3.5 probably don’t work
see: http://stevedower.id.au/blog/building-for-python-3-5/ Maybe we should switch to MSVC directly and not mingw? Or just wait to have mingw support it?
Multiple GPU cublasSgemm failed
The cublasSgemm failed error arises because of using theano.sandbox.cuda.use() twice on a node with multiple GPUs (NVidia Titan Z dual card, Ubuntu 14.04 + CUDA…
Please help! ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: ‘utf-8’ codec can’t decode….
My environment is win10 + python3.4+ theano 0.7+cuda7.5. when I import theano from teriminal , I get the error like: ERROR (theano.sandbox.cuda): Failed to compile…
Pip install on top of current anaconda + mkl not linking correctly
Following installation instructions here, it’s implied that theano should work ‘out of the box’ alongside anaconda with mkl: If you install their MKL Optimizations product…
Not able to use GPU
Hi, After I successfully installed Theano and LibGPUArray and pyGPU on a Ubuntu 14.04 machine with a 4 NVIDIA Titan X cards with CUDA 7.5…
RuntimeError: module compiled against API version a but this version of numpy is 9
I used numpy 1.10 and got this error: #3052 So I downgraded to numpy 1.9.3 and now I get this error (when importing theano): RuntimeError:…
ImportError: No module named cPickle
I successfully installed theano, but when I try to import it, it shows the following message. I updated the package six to the latest version…
theano gives “…Waiting for existing lock by unknown process…”
My code was working fine. However, now I am getting an error that says: Using gpu device 0: GeForce GT 750M WARNING (theano.gof.cmodule): ModuleCache.refresh() Found…
test GPU configuration fails
When I run check_blas.py with GPU, I get the following error: nvcc fatal : Value ‘sm_52’ is not defined for option ‘gpu-architecture’ [‘nvcc’, ‘-shared’, ‘-O3’,…
Recent comments