Closed coroner4817 closed 7 years ago
Since you have spaces in some of your paths, maybe it will help to put quotation marks around them.
I have the same error Having quotation did not solve the problem on win 10. Could anyone help?
@masakinakada have you ever changed anything in your registry? In my case, I figured out that I have previously used registry to set the starting directory of the cmd to D drive using autorun. Remove that the error is fixed.
@coroner4817 Thank you very much Yingnan,
I do not recall I changed anything in the registry. Could you tell me which one might cause the error? I did not change it manually, but some of softwares might change it automatically...
Again, thank you so much!
On Mon, Dec 26, 2016 at 10:57 PM, Yingnan Wang notifications@github.com wrote:
@masakinakada https://github.com/masakinakada have you ever changed anything in your registry? In my case, I figured out that I have previously used registry to set the starting directory of the cmd to D drive using autorun. VS will run this autorun before build. Remove that the error is fixed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Theano/Theano/issues/4561#issuecomment-269279551, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU4RMTabWQZnB0bH7zqPp_j4L_aw56Sks5rMLbsgaJpZM4IphEP .
@masakinakada Something like this: http://stackoverflow.com/a/4896002/4812471
Closing as we removed the old GPU back-end. Now we suggest to use pre-compiled conda packages for Theano and libgpuarray rather than trying to compile it with Visual Studio.
Thank you very much Yingnan and Pascal!
On Fri, Jun 9, 2017 at 11:13 AM, Pascal Lamblin notifications@github.com wrote:
Closed #4561 https://github.com/Theano/Theano/issues/4561.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Theano/Theano/issues/4561#event-1117698900, or mute the thread https://github.com/notifications/unsubscribe-auth/ADU4RDNwkPCNBtEoRQT9W0mSb4vCnKYMks5sCYswgaJpZM4IphEP .
When I try to import theano, it gives me this error:
However, the mod.cu file is located at the C:\Users\XXX\AppData\Local\Theano\compiledir_Windows-7-6.1.7601-SP1-Intel64_Family_6_Model_42_Stepping_7_GenuineIntel-2.7.8-32\cuda_ndarray\
My theanorc file has:
I installed CUDA 7.0 and the GPU is GT540M. It's an old gpu but it should works. Can anyone help me with my case? THX!