0
点赞
收藏
分享

微信扫一扫

caffe Copy cudnn*.dll to output



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>

举报

相关推荐

InPut And OutPut

0 条评论