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
/home/public/anaconda3/envs/py27/bin/python2 /home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py
ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: libcublas.so.8.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py", line 6, in
import nn
File "/home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/nn.py", line 9, in
from lasagne.layers import dnn
File "/home/public/anaconda3/envs/py27/lib/python2.7/site-packages/lasagne/layers/dnn.py", line 42, in
"requires GPU support -- see http://lasagne.readthedocs.org/en/"
ImportError: requires GPU support -- see http://lasagne.readthedocs.org/en/latest/user/installation.html#gpu-support
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
/home/public/anaconda3/envs/py27/bin/python2 /home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py
ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: libcublas.so.8.0: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py", line 6, in
import nn
File "/home/cbl/PycharmProjects/saliency-salgan-2017-master/scripts/models/nn.py", line 9, in
from lasagne.layers import dnn
File "/home/public/anaconda3/envs/py27/lib/python2.7/site-packages/lasagne/layers/dnn.py", line 42, in
"requires GPU support -- see http://lasagne.readthedocs.org/en/"
ImportError: requires GPU support -- see http://lasagne.readthedocs.org/en/latest/user/installation.html#gpu-support
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: