Skip to content

Instantly share code, notes, and snippets.

View fallthrough's full-sized avatar

Hazuki Tachibana fallthrough

View GitHub Profile
@fallthrough
fallthrough / Makefile.config
Last active August 29, 2015 14:21
Caffe GPU Installation (2015-05-14)
## Refer to http://caffe.berkeleyvision.org/installation.html
# Contributions simplifying and improving our build system are welcome!
# cuDNN acceleration switch (uncomment to build with cuDNN).
# USE_CUDNN := 1
# CPU-only switch (uncomment to build without GPU support).
# CPU_ONLY := 1
# To customize your choice of compiler, uncomment and set the following.