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

2. 关于解决caffe中draw_net无法使用的问题

Solution:   http://blog.csdn.net/tracer9/article/details/50455353

sudo pip install pydot
sudo pip install pydot2
sudo apt-get install graphviz
 
posted @ 2017-05-20 21:52  venus024  阅读(141)  评论(0)    收藏  举报