Caffe Installation Problems
Posted venus024
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Caffe Installation Problems相关的知识,希望对你有一定的参考价值。
1. Can not find hdf5.h
Solution:
--- INCLUDE) /usr/local/INCLUDE_DIRS := $(PYTHON_include /usr/include/hdf5/serial/
+++ INCLUDE) /usr/local/include/hdf5/serial/
--- LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_hl hdf5
+++ LIBRARIES += glog gflags protobuf boost_system boost_filesystem m hdf5_serial_hl hdf5_serial
以上是关于Caffe Installation Problems的主要内容,如果未能解决你的问题,请参考以下文章
caffe--anaconda2--makefile.config--compile --ubuntu16.04