The caffe source easy to be compiled on windows 10 with vs2015/2017 x64, python2.7 and cuda9.x/10.x .
How to compile
- Install the cuda 9.x or 10.x. I compiled the source with cuda 10.0 .
- Install the python 2.7.x and pip. I compiled the source with python 2.7.x .
- In environment variables 'PATH', set python 2.7.x's path to be prior to the other pythons.
- In python environment, use pip to install numpy, matplotlib, scipy, scikit-image and so on.
- Install the CMake, no matter what version. I compiled the source with CMake 3.12.4 .
- If you want to compile with vs2017, run the
${Source Dir}\caffe-windows\vc2017_py27\compile.bat. Or, if you want to compile with vs2015, run the $ {Source Dir}\caffe-windows\vc2015_py27\compile.bat. - To the end, visual studio projects will be in ${Source Dir}\caffe-windows\vc2015_py27\build or ${Source Dir}\caffe-windows\vc2017_py27\build, according to which compile.bat you chose.
- That's all. Except for easy to compile on windows10 with vs2015/2017 x64, python2.7 and cuda9.x/10.x, it's the same as the other caffe sources.
This is my first github project. Just for trying how to use it. Shame on my poor English, HaHaHaHaHa……