mirror of
https://github.com/CTCaer/waifu2x-caffe.git
synced 2024-11-23 11:09:41 +00:00
CUDNN_DLL_NAMEが間違っていたのを修正
This commit is contained in:
parent
48d7f78899
commit
2b78b82ac1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user