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
Traceback (most recent call last):
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/02-train.py", line 17, in
from models.model_salgan import ModelSALGAN
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/model_salgan.py", line 8, in
import discriminator
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py", line 6, in
import nn
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/nn.py", line 9, in
from lasagne.layers import dnn
File "/usr/local/lib/python2.7/dist-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
Is that anyone could help me ? thanks
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/02-train.py", line 17, in
from models.model_salgan import ModelSALGAN
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/model_salgan.py", line 8, in
import discriminator
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/discriminator.py", line 6, in
import nn
File "/home/bl/PycharmProjects/saliency-salgan-2017-master/scripts/models/nn.py", line 9, in
from lasagne.layers import dnn
File "/usr/local/lib/python2.7/dist-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
Is that anyone could help me ? thanks
The text was updated successfully, but these errors were encountered: