torch7 matio安装 && hdf5:Unsupported HDF5 version: 1.10.1

1、
matio安装

tar -axvf matio-1.5.9.tar.gz
cd /home/lzhou/caffe_rely/matio-1.5.9
./configure --prefix=/home/zhoulu/local/matio
make -j
make install -j
luarocks install matio

2、
hdf5:Unsupported HDF5 version: 1.10.1版本问题

git clone https://github.com/anibali/torch-hdf5.git
cd torch-hdf5
git checkout hdf5-1.10 
luarocks make hdf5-0-0.rockspec

3、cudnn7 & torch7

git clone https://github.com/soumith/cudnn.torch.git -b R7 && cd cudnn.torch && luarocks make cudnn-scm-1.rockspec

猜你喜欢

转载自blog.csdn.net/u013548568/article/details/79732856