使用するcuDNNのバージョン表記修正

This commit is contained in:
lltcggie 2016-07-06 12:26:40 +09:00
parent f43c057150
commit 597e5b3164

View File

@ -11,7 +11,7 @@
#include <opencv2/core.hpp> #include <opencv2/core.hpp>
#define CUDNN_DLL_NAME "cudnn64_5.dll" #define CUDNN_DLL_NAME "cudnn64_5.dll"
#define CUDNN_REQUIRE_VERION_TEXT "v5 RC" #define CUDNN_REQUIRE_VERION_TEXT "v5.1 RC"
namespace caffe namespace caffe