imatge-upc / salgan

SalGAN: Visual Saliency Prediction with Generative Adversarial Networks
https://imatge-upc.github.io/salgan
MIT License
368 stars 106 forks source link

lasagne? #38

Open ghost opened 6 years ago

ghost commented 6 years ago

/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