Caffe

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR) and by community contributors. Check http://caffe.berkeleyvision.org/ for more information.

Installation

docker pull kaixhin/cuda-caffe:7.5

Basic Usage

  • Clone Caffe repository:
https://github.com/BVLC/caffe.git
  • Compile Caffe:
cd $CAFFE_ROOT
cp Makefile.config.example Makefile.config
vim Makefile.config
make -j8

Here are three interfaces for usage:Command Line, matcaffe and pycaffe. http://caffe.berkeleyvision.org/tutorial/interfaces.html

Matcaffe

If you want to use matcaffe, please specify the MATLAB_DIR in Makefle.config, then build matcaffe after building caffe:

cd $CAFFE_ROOT
make matcaffe
Pycaffe

Similarly, for pycaffe, build pycaffe after building caffe, add the module directory to your $PYTHONPATH by export PYTHONPATH=/path/to/caffe/python:$PYTHONPATH or the like for import caffe

cd $CAFFE_ROOT
make pycaffe

results matching ""

    No results matching ""