Installing theano on Windows 8 with GPU enabled

后端 未结 7 1252
悲&欢浪女
悲&欢浪女 2020-12-02 13:52

I understand that the Theano support for Windows 8.1 is at experimental stage only but I wonder if anyone had any luck with resolving my issues. Depending on my config, I ge

7条回答
  •  伪装坚强ぢ
    2020-12-02 14:16

    Following the tutorial by Matt, I ran into issues with nvcc. I needed to add the path to VS2010 executables in nvcc.profile (you can find it in the cuda bin folder):

    "compiler-bindir = C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64"

提交回复
热议问题