caffe
caffe copied to clipboard
compiling under windows using Visual Studio
Hi,
I want to get your c++ code compiled as a VS project. Could you help me with setting the dependencies and libraries? Is there a readme file for that?
Thanks, -M
Hi @mkhademi ,
We haven't tried compiling under Windows. But I guess you can tweak the Windows version of Caffe to achieve it.
The only outstanding dependency from the original Caffe is OpenMPI. Actually I only used standard MPI interfaces. So I think intel MPI should also do the job if you cannot find a working OpenMPI Windows port.