Skip to content

cckao/caffe

 
 

Repository files navigation

Caffe

This revision of Caffe allows users to do the linear algebra with Eigen. For all the details of Caffe like documentation, installation instructions, etc., please refer to the original project site.

Build with Eigen

$ git checkout eigen
$ cp Makefile.config.example Makefile.config
# Uncomment USE_EIGEN := 1 in Makefile.config
$ make all

Enabling USE_EIGEN will set CPU_ONLY to 1 and omit BLAS settings.

About

Caffe with Eigen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.2%
  • Python 8.6%
  • Cuda 4.6%
  • CMake 3.0%
  • Protocol Buffer 1.5%
  • MATLAB 1.0%
  • Other 1.1%