0

I ran a python program with Theano, but it errors with:

   ImportError: cuDNN not available: Version is too old. Update to v5, was 3007.

So, is it possible to use Theano with CUDA 6.5 and CuDNN 3.0? Currently, I don't have the root privilege to install a newer version of CUDA (because the newer CUDA needs newer driver).

talonmies
  • 70,661
  • 34
  • 192
  • 269
mining
  • 3,557
  • 5
  • 39
  • 66

1 Answers1

0

git clone theano from git repo, use git checkout to grab an older version, then install locally.

Kh40tiK
  • 2,276
  • 19
  • 29
  • Hi, thanks for comment! I'm using this code `https://github.com/cvlab-epfl/LIFT`. It needs the `https://github.com/Theano/Theano/archive/master.zip`. I'm not sure if the older Theano is suitable. – mining Nov 17 '16 at 03:49