TobyPDE / FRRN

Full Resolution Residual Networks for Semantic Image Segmentation
MIT License
278 stars 93 forks source link

import error when running demo #18

Closed rnunziata closed 7 years ago

rnunziata commented 7 years ago

Getting this error, has anyone had this error and worked it out. I did open this issue on theano thread but no one seems to know what is going on.


>>> import theano
WARNING (theano.sandbox.cuda): The cuda backend is deprecated and will be removed in the next release (v0.10).  Please switch to the gpuarray backend. You can get more information about how to switch at this URL:
 https://github.com/Theano/Theano/wiki/Converting-to-the-new-gpu-back-end%28gpuarray%29

Using gpu device 0: GeForce GTX 1060 (CNMeM is enabled with initial size: 100 MB, cuDNN Mixed dnn version. The header is from one version, but we link with a different version (6021, 5005))

I tried tuning off cudnn with the line below..but FRRN seems to require cudnn and throws an error. export THEANO_FLAGS='dnn.enabled=False'

rnunziata commented 7 years ago

version incomparable.