Skip to content

Instantly share code, notes, and snippets.

@e271828-
e271828- / Makefile.config
Created September 20, 2017 22:15
Caffe Makefile.config for OS X Sierra 10.12, working Homebrew Python 2.7 build. CPU only.
## 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 := 0
# CPU-only switch (uncomment to build without GPU support).
CPU_ONLY := 1
# uncomment to disable IO dependencies and corresponding data layers