caffe 的配置

Mnist数据集解释博客:https://blog.csdn.net/zchang81/article/details/61918577

Caffe Ubuntu官方安装指导:http://caffe.berkeleyvision.org/installation.html

安装之前的要求:http://caffe.berkeleyvision.org/installation.html#prerequisites

compile error

:src/caffe/net.cpp:8:18: fatal error: hdf5.h: No such file or

directory

错误参考链接

https://github.com/BVLC/caffe/wiki/Commonly-encountered-build-issues

配置caffe的python环境时make

pycaffe提示fatal

error: numpy/arrayobject.h No such file or directory解决方法

sudo

apt-get install python-numpy

你可能感兴趣的:(caffe 的配置)