運(yùn)行故障:
MNIST贴见,運(yùn)行中間發(fā)生Python執(zhí)行非法指令錯(cuò)誤烘苹,同時(shí)運(yùn)行窗口報(bào)告:Couldn't open CUDA library cupti64_80.dll無(wú)法繼續(xù)執(zhí)行
原因:CUDA的cupti64_80.dll的路徑?jīng)]有加入PATH
解決問(wèn)題辦法:
將目錄C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\CUPTI\libx64下的cupti64_80.dll 復(fù)制到C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin即可
“
I have encountered this problem before. When you use CUDA 8.0,the file cupti64_80.dll lies in C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\extras\CUPTI\libx64. I just fixed the problem by copying the dll into C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin, and the file cupti.lib in the same location into C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\lib\x64. And it works!
”