Giter Site home page Giter Site logo

tamuel / caffe_study Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 7.26 MB

Repository for studying Caffe deep learning framework.

License: Other

CMake 4.43% Makefile 0.67% C++ 79.40% Cuda 5.55% Python 9.28% Batchfile 0.24% Shell 0.44%
caffe caffe-framework deep-learning study visual-studio-2017 cuda-9

caffe_study's Introduction

Caffe Study

Repository for studying Caffe deep learning framework.

Prerequisite

How to build

  • First, you have to download or clone this archive and unzip these
  • I will call root folder of this repository as $CAFFE$
  1. Install Visual studio 2017 (Or higher)

  2. And then, install Cuda version 9.2 and cuDNN 7.6.1 (Which compatiable with cuda version)

  3. You have to modify ./cmake/Cuda.cmake to proper SM version of your GPU device. (line 7 and 44)

    7   set(Caffe_known_gpu_archs "30 35 50 60 61")
    44  set(__nvcc_out "6.1")
    
  4. Install python with version 3.5.x (Must!) and numpy

    pip install numpy
    
  5. Must add or check Path Variables of Cuda and python

  6. Install Boost 1.65.1 for msvc 14.0

  7. Install MSBuild 2015

  8. At CMD (Command line) change folder to $CAFFE$ and type like this to build Caffe for window

    ./scripts/build_win.cmd
    
  9. Then, in $CAFFE$ there are new folder "build"

  10. Open Caffe.sln in "build" folder

  11. Build all projects of solutions by "Release" mode

References

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.