I am trying to build Caffe Deep Learning Network solution using Windows and I have literally tried everything to make it work.
I found similar questions, but they were using VS 2010 or 2013 and I don't have any of the options listed in most of the answers.
Firstly: I am using VS 2015, cudNN and latest Caffe, and I am trying to build it using Windows x64.
Secondly: I have tried two approaches (started off with adding cudNN path in both cases)
1) Reference: http://embedonix.com/articles/machine-learning/compiling-caffe-with-cuda-and-cudnn-support-on-windows-from-source/2/
I have used this command:
nuget restore Caffe.sln -PackagesDirectory ..\..\NugetPackages -ConfigFile nuget.config
then launched Visual Studio and tried to build the solution, but I get this error:
LNK1104 cannot open file 'libboost_date_time-vc140-mt-gd-1_59.lib' classification
2) I tried using this method:https://github.com/BVLC/caffe/tree/windows, which is from their oficial website.
But I am getting error: "The procedure entry point_CrtSetCheckCOunt could not be located in the dynamic link library... protoc.exe"
Does anyone have a solution of how to solve any of these issues,so I could install it?