Giter Club home page Giter Club logo

caffe_k0cs's Introduction

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Note: This repo is ported from [email protected]:MSRDL/caffe.git for research development. The master branch follows BVLC/Caffe master, and the WinCaffe branch will merge the latest changes from master and keep it compilable in Windows.

Prerequisite

  1. Visual Studio 2015
  2. Python 2.7 - Anaconda is recommended: https://www.continuum.io/downloads
  3. Cuda 8.0

Windows Setup

  1. Clone the repository:

    git clone https://github.com/MSRCCS/Caffe.git
    
  2. Download 3rd party dependencies - under the caffe root folder, run:

    python .\scripts\download_prebuilt_dependencies.py
    
  3. Download cuDNN v5.0 from nVidia website. Please select v5 of CuDnn, which is the version that verifies to build with this WinCaffe package. Then under the caffe root folder, run:

    python .\scripts\install_cudnn.py $downloadedZipFile
    

    where $downloadedZipFile is the path to your downloaded cuDNN file.

  4. Set system environment variable PYTHON_ROOT = path\to\your\python\root, which is needed by Visual Studio to find python libraries.

Now, you should be able to build caffe.sln in Visual Studio 2015.

Common issues when pulling new commits from BVLC's branch

  • If linking fails: it's likely that there are new cpp files that need to be added to the caffelib project.

License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}

caffe_k0cs's People

Contributors

amsword avatar cypof avatar dashesy avatar dgolden1 avatar eelstork avatar erictzeng avatar flx42 avatar jamt9000 avatar jeffdonahue avatar jyegerlehner avatar kloudkl avatar leizhangcn avatar longjon avatar lukeyeager avatar mavenlin avatar mohomran avatar mtamburrano avatar netheril96 avatar philkr avatar qipeng avatar rbgirshick avatar ronghanghu avatar sergeyk avatar sguada avatar shelhamer avatar timmeinhardt avatar tnarihi avatar yangqing avatar yosinski avatar yuxiaohu avatar

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.