Skip to content

Instantly share code, notes, and snippets.

View syadlowsky's full-sized avatar

Steve Yadlowsky syadlowsky

View GitHub Profile
@achalddave
achalddave / install_caffe.sh
Last active August 2, 2022 12:33
This is a script to compile caffe without root permission. It hasn't been extensively tested, but it will hopefully still make things easier than going about it on your own. Please let me know if there are any bugs!
# This script installs (or at least, attempts to install) Caffe in CPU mode
# with Python bindings without root permission. In doing so, it installs the
# following dependencies:
#
# * protobuf
# * cmake
# * gflags
# * glog
# * opencv
# * hdf5