From 4d22925f0e14387764bf097acd94b10a68756ea2 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Fri, 18 Dec 2015 17:20:13 +0900 Subject: [PATCH] =?UTF-8?q?Caffe=E3=82=92=E6=9B=B4=E6=96=B0(=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E3=81=99=E3=82=8BcuDNN=E3=81=8Cv4=20RC=E3=81=AB?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=9F)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.h | 2 +- waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj | 4 ++-- waifu2x-caffe/waifu2x-caffe.vcxproj | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/waifu2x.h b/common/waifu2x.h index db1b060..023b00c 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -9,7 +9,7 @@ #include #include -#define CUDNN_DLL_NAME "cudnn64_70.dll" +#define CUDNN_DLL_NAME "cudnn64_4.dll" namespace caffe diff --git a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj index d8b944e..1ff68f6 100644 --- a/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj +++ b/waifu2x-caffe-gui/waifu2x-caffe-gui.vcxproj @@ -64,7 +64,7 @@ Windows true - cudnn64_70.dll;%(DelayLoadDLLs) + cudnn64_4.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -87,7 +87,7 @@ true true true - cudnn64_70.dll;%(DelayLoadDLLs) + cudnn64_4.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) diff --git a/waifu2x-caffe/waifu2x-caffe.vcxproj b/waifu2x-caffe/waifu2x-caffe.vcxproj index 6d9f29e..4ebd8a3 100644 --- a/waifu2x-caffe/waifu2x-caffe.vcxproj +++ b/waifu2x-caffe/waifu2x-caffe.vcxproj @@ -64,7 +64,7 @@ Console true - cudnn64_70.dll;%(DelayLoadDLLs) + cudnn64_4.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies) @@ -84,7 +84,7 @@ true true true - cudnn64_70.dll;%(DelayLoadDLLs) + cudnn64_4.dll;%(DelayLoadDLLs) Shlwapi.lib;%(AdditionalDependencies)