Skip to content

The source of caffe easy to be compiled on windows 10

Notifications You must be signed in to change notification settings

dspsir/easy-caffe-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

easy-caffe-win

The caffe source easy to be compiled on windows 10 with vs2015/2017 x64, python2.7 and cuda9.x/10.x .

How to compile

  1. Install the cuda 9.x or 10.x. I compiled the source with cuda 10.0 .
  2. Install the python 2.7.x and pip. I compiled the source with python 2.7.x .
  3. In environment variables 'PATH', set python 2.7.x's path to be prior to the other pythons.
  4. In python environment, use pip to install numpy, matplotlib, scipy, scikit-image and so on.
  5. Install the CMake, no matter what version. I compiled the source with CMake 3.12.4 .
  6. 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.
  7. 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.
  8. 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……

About

The source of caffe easy to be compiled on windows 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published