Torch - Ubuntu14.04安装torch-hdf5,loadcaffe和matio

前端之家收集整理的这篇文章主要介绍了Torch - Ubuntu14.04安装torch-hdf5,loadcaffe和matio前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

torch-hdf5

sudo apt-get install libhdf5-serial-dev hdf5-tools 
git clone https://github.com/deepmind/torch-hdf5 
cd torch-hdf5 
sudo luarocks make hdf5-0-0.rockspec LIBHDF5_LIBDIR=”/usr/lib/x86_64-Linux-gnu/

loadcaffe

git clone https://github.com/szagoruyko/loadcaffe.git 
cd loadcaffe 
sudo apt-get install libprotobuf-dev protobuf-compiler 
luarocks install loadcaffe

matio

luarocks install matio
原文链接:/ubuntu/352930.html

猜你在找的Ubuntu相关文章