我是靠谱客的博主 复杂期待,最近开发中收集的这篇文章主要介绍Ubuntu14.04 + cuda8.0 + cudnn7安装torch7,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Ubuntu14.04 + cuda8.0 + cudnn7
1.参考 https://blog.csdn.net/Hungryof/article/details/51557666?locationNum=13&fps=1 (安装torch7以及其支持的cudnn和cuda)
2.安装cudnn时
git clone https://github.com/soumith/cudnn.torch -b R7 (7代表cudnn版本为7,cudnn版本为6时同理,而cudnn版本为5时,直接luarocks install cudnn即可)
cd cudnn.torch
luarocks make
3.安装matio,参考 https://blog.csdn.net/u014525760/article/details/79640260(网盘:https://pan.baidu.com/s/1sCfVmiz_v3YrFqkxP7XgpA)
我在"src", "tools" , "test" 和“getopt”文件夹里的Mkefile中将SHELL变量定义处的/bin/sh,改为/bin/bash

另外,参考https://github.com/1adrianb/face-alignment-training 来安装训练必要的包:
cutorch
nn
nngraph
cudnn
xlua
image
paths
matio

       
 

最后

以上就是复杂期待为你收集整理的Ubuntu14.04 + cuda8.0 + cudnn7安装torch7的全部内容,希望文章能够帮你解决Ubuntu14.04 + cuda8.0 + cudnn7安装torch7所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部