Skip to content

Commit

Permalink
CUDNN_DLL_NAMEが間違っていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
lltcggie committed Dec 6, 2015
1 parent 48d7f78 commit 2b78b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/waifu2x.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b78b82

Please sign in to comment.