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.
