From 67306abc32228f73f13071f9997044ee6f055bc0 Mon Sep 17 00:00:00 2001 From: lltcggie Date: Sun, 28 Jun 2020 01:42:01 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=81=99=E3=82=8BcuDNN?= =?UTF-8?q?=E3=82=92v7.6=E3=81=AB=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/waifu2x.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/waifu2x.h b/common/waifu2x.h index 929c305..18a7825 100644 --- a/common/waifu2x.h +++ b/common/waifu2x.h @@ -11,8 +11,8 @@ #include #define CUDNN_DLL_NAME "cudnn64_7.dll" -#define CUDNN_REQUIRE_VERION_TEXT "v7.3" -#define CUDNN_REQUIRE_VERION 7300 +#define CUDNN_REQUIRE_VERION_TEXT "v7.6" +#define CUDNN_REQUIRE_VERION 7600 namespace caffe