caffe Copy cudnn*.dll to output

參考:https://blog.csdn.net/ghy_111/article/details/84578512

Copy cudnn*.dll to output

系統找不到指定的文件

原因:

我已經把 cudnn-8.0-windows10-x64-v5.1.zip 解壓後的文件拷貝到CUDA8.0了安裝目錄了

所以文件: CommonSettings.props 裏面的

 <!-- CuDNN 4 and 5 are supported -->
        <CuDnnPath>D:\CUDA\8.0\Dev</CuDnnPath>

要留空,改成:

 <!-- CuDNN 4 and 5 are supported -->
        <CuDnnPath></CuDnnPath>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章