有人在deepin上装过cuda,cudnn么?
Tofloor
poster avatar
shenhai
deepin
2017-08-30 19:34
Author
因为要用gpu加速,所以需要用到这些东西,但是,很无奈啊,装cuda8.0装不上去,更别提cudnn了,有谁成功过么。
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-08-30 20:01
#1
Reply View the author
avatar
shenhai
deepin
2017-08-31 16:09
#2
https://bbs.deepin.org/post/144850
https://bbs.deepin.org/post/139192#cuda

这个我看过了。
装了之后把,cuda在哪个文件夹啊。如果用官方的安装包,装完之后在/usr/local/cuda-8.0/
这个我真没找到地方。
Reply View the author
avatar
wtz
deepin
2017-08-31 17:06
#3
https://bbs.deepin.org/post/144850
这个我看过了。
装了之后把,cuda在哪个文件夹啊。如果用官方的安装包,装完之后在/usr/local/cuda-8.0/
...

find / -name "*cuda*"
Reply View the author
avatar
deepin207
deepin
2017-08-31 21:09
#4
由于apt-get install软件之间安装在/usr/include和/usr/lib里面,cudnn下载下来编译之后,直接把对应的软件放在/usr/include和/usr/lib里面就行了,
我是这么干的,deepin下的caffe可以编译通过,可以做深度学习的训练,祝你好运
Reply View the author
avatar
kaitou951
deepin
2017-09-01 18:59
#5
https://bbs.deepin.org/post/144850
由于apt-get install软件之间安装在/usr/include和/usr/lib里面,cudnn下载下来编译之后,直接把对应的软件 ...

请问您的cuda是什么版本,通过apt-get安装的吗?我也想用caffe
Reply View the author
avatar
pikachuhy
deepin
2017-09-02 02:34
#6
同问 同问
最好贴一下配置文件
Reply View the author
avatar
deepin207
deepin
2017-09-04 16:32
#7
https://bbs.deepin.org/post/144850
同问 同问
最好贴一下配置文件

cuda8.0,最近比较忙,你可以自己先试试,我改天写一篇怎么配caffe的博客,到时候把链接给你吧
Reply View the author
avatar
pikachuhy
deepin
2017-09-04 18:01
#8
https://bbs.deepin.org/post/144850
cuda8.0,最近比较忙,你可以自己先试试,我改天写一篇怎么配caffe的博客,到时候把链接给你吧 ...

thanks thanks 好期待
Reply View the author
avatar
deepin207
deepin
2017-09-20 17:29
#9
https://bbs.deepin.org/post/144850
thanks thanks 好期待

兄弟,这是我自己caffe安装的过程,仅供你参考
http://blog.csdn.net/luzhanbo207/article/details/78036278
Reply View the author
avatar
edwad
deepin
2017-10-24 08:00
#10
可以参考这篇教程:http://blog.csdn.net/cvrszeng/article/details/78314859
Reply View the author