CUDNN_DLL_NAMEが間違っていたのを修正

This commit is contained in:
lltcggie 2015-12-06 21:45:30 +09:00
parent 48d7f78899
commit 2b78b82ac1

View File

@ -9,7 +9,7 @@
#include <boost/filesystem.hpp>
#include <opencv2/opencv.hpp>
#define CUDNN_DLL_NAME "cudnn64_70"
#define CUDNN_DLL_NAME "cudnn64_70.dll"
namespace caffe