Skip to content

Instantly share code, notes, and snippets.

View rkosti's full-sized avatar

Ronak Kosti rkosti

  • Philipps Universität Marburg
  • Marburg, Germany
  • X @r_kosti
View GitHub Profile
@rkosti
rkosti / caffe_install_sunai.sh
Last active March 7, 2017 23:49
installation script of caffe on sunai servers
git clone https://github.com/BVLC/caffe.git
mkdir caffe/build
cd caffe/build
# these hacks are required
export LC_ALL=es_ES.UTF-8 # this locale variable is unset
cmake -DBUILD_matlab=ON .. # matlab is disabled by default
make all # this takes a while
make runtest # all green