heubme

0,第一步在Ubuntu上安装NVIDIA的显卡驱动:https://gist.github.com/dangbiao1991/7825db1d17df9231f4101f034ecd5a2b

1,第二步安装cuda8和cudnn6:http://blog.csdn.net/yhaolpz/article/details/71375762;http://pan.baidu.com/s/1dFxXYlN,xup9

  这里要注意,cuda安装的第一步选no,就是不再重新安装显卡驱动;opengl一定也不要安装

2,caffe和tensorflow统一用python2.7,因为Ubuntu下caffe和python3.5安装会出现问题

3,安装caffe:https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guid

4,安装tensorflow:https://www.tensorflow.org/install/install_linux

  安装tensorflow建议安装protobuf==3.2.0版本:sudo pip uninstall protobuf;sudo pip install protobuf;sudo pip upgrade protobuf==3.2.0

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-04-28
  • 2021-06-18
  • 2022-02-09
  • 2022-03-03
  • 2022-12-23
猜你喜欢
  • 2022-02-09
  • 2022-12-23
  • 2021-11-18
  • 2022-02-09
  • 2022-02-09
  • 2021-09-10
相关资源
相似解决方案