how to setup cuDnn with theano on Windows 7 64 bit

前端 未结 2 456
忘掉有多难
忘掉有多难 2020-11-27 07:26

I have installed Theano framework and enabled CUDA on my machine, however when I \"import theano\" in my python console, I got the following message:

         


        
2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 07:45

    In addition to all the stuffs you did I updated following content of .theanorc.txt in my home folder and it worked after that.

    [lib] 
    #cnmem=1.0 
    cudnn=1.0
    

提交回复
热议问题