Hi nouiz,
    I tried it too and still get the same error :( :

Compilation False try_flags_ijyhvg.c                                       
                                   
LINK : fatal error LNK1104: cannot open file 
'c:/users/nkanna~1/appdata/local/temp/try_flags_ijyhvg.exe'      
                                                                            
                                 
Using gpu device 0: Quadro K2000M (CNMeM is enabled with initial size: 
70.0% of memory, cuDNN not available)

Anymore suggestions??

Regards,
K. J. Nitthilan

On Wednesday, September 21, 2016 at 3:40:46 AM UTC+5:30, nouiz wrote:
>
> Try Theano dev version. It includes fixes for that I think.
>
> Le 20 sept. 2016 05:32, "Nitthilan Kannappan Jayakodi" <[email protected] 
> <javascript:>> a écrit :
>
>> Hi All,
>>     I am trying to install cuDNN for theano on Windows7 and find that it 
>> is not getting detected. When I tried to debug it by putting prints in the 
>> [C:\Anaconda2\Lib\site-packages\theano\sandbox\cuda\__init__.py] 
>> dnn_available() function I get the following error:
>> ----------------------------------------------------------
>> >>> import theano                                                         
>>                                     
>> False try_flags_lsdtu7.c                                                 
>>                                      
>> LINK : fatal error LNK1104: cannot open file 
>> 'c:/users/nkanna~1/appdata/local/temp/try_flags_lsdtu7.exe'      
>>                                                                           
>>                                     
>> Using gpu device 0: Quadro K2000M (CNMeM is enabled with initial size: 
>> 70.0% of memory, cuDNN not available)  
>> >>>                                                                       
>>                                     
>> -----------------------------------------------------------
>>
>>
>> The log I added in dnn_available() is as follows:
>> --------------------------------------------------------------
>> comp, out, err = nvcc_compiler.NVCC_compiler.try_flags(
>>                 flag_list=params, preambule=preambule, body=body,
>>                 try_run=False, output=True)
>>
>>             print(comp, out, err)
>>
>> ---------------------------------------------------------------------------
>>
>> I have installed theano version 0.8.2 and Cuda version 7.5 with Visual 
>> Studio 2013 community edition and am trying with CuDNN version 4 
>>
>> Any help in debugging this issue would help?
>>
>> Thanks in advance
>>
>> Regards,
>> K. J. Nitthilan
>>
>> -- 
>>
>> --- 
>> 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] <javascript:>.
>> 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.

Reply via email to