Tuesday, March 21, 2017

Install Caffe + dependencies on my lab machine (Ubuntu 16.04-based Mint)

https://gist.github.com/dineshj1/084974cc252ed4cd5aa20a423d30d7a3

install_caffe_deps.sh

Then build with CMake

May need to add special_lib/ folder that contains libraries that are duplicated in anaconda.

LD_LIBRARY_PATH: /home/dineshj/special_lib/:/home/dineshj/local_installs/lib/:/usr/local/cuda/lib64/:/home/dineshj/special_lib/:/home/dineshj/local_installs/lib/:/usr/local/cuda/lib64/:

May also need to additionally move libstdc++* in ~/anaconda/lib/ to ~/anaconda/lib/tmp/.

No comments:

Post a Comment