grep your computer for files like: *libcudnn.so* Maybe people use your setup I think. So my guess is a probably a problem on your side. If the find don't find anything, tell us.
cudnn 5.1 is faster, so maybe you would like to update to Theano dev version and update cudnn at the same time. Fred On Wed, Aug 24, 2016 at 11:20 AM, Ziv Freund <[email protected]> wrote: > After upgrading to a newer version of Theano (0.8.2) I started recieving > the mixed dnn version warning. > I am using cuda 7 and cuDnn 4 (4.0.7) - the correct files and only them > are in /usr/local/cuda/lib64 and /usr/local/cuda/include. No other versions > exist in my folders. > LD_LIBRARY_PATH is pointing to the lib64 path. > still, when I "import theano", I recieve the error in the title. > the only thing that solved the problem is adding export > LD_PRELOAD="/usr/local/cuda/lib64/libcudnn.so to my bashrc. > however, this looks like a hack that i would gladly avoid. > Any idea why to I need to use the hack ? > Thanks > > -- > > --- > You received this message because you are subscribed to the Google Groups > "theano-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "theano-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
