-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
Dear andersbll
I installed the cuda and cuDNN correctlly


then I switched into cudarray directory
make
sudo make install
sudo python setup.py install
works fine
but when I want to check if I have installed it correctly
python
import cudarray
problem appears
CUDArray: CUDA back-end not available, using NumPy.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cudarray/__init__.py", line 40, in <module>
from .numpy_backend import *
File "cudarray/numpy_backend/__init__.py", line 2, in <module>
from .nnet import *
File "cudarray/numpy_backend/nnet/__init__.py", line 3, in <module>
from .conv_bc01 import *
ImportError: No module named conv_bc01
and here is my bashrc
As a newbie to linux and deep learning tool, I worked on this problem for hours, but still don't make any progress.
Any suggestions would be appreciated.Thank you very much.
Metadata
Metadata
Assignees
Labels
No labels
