美文网首页
manjaro Tensorflow-gpu 深度学习平台

manjaro Tensorflow-gpu 深度学习平台

作者: intLyc | 来源:发表于2020-03-04 12:59 被阅读0次

manjaro安装

挂载EFI分区

将EFI分区标记为/boot/efi

pacman配置

  • 更换pacman镜像源
    sudo pacman-mirrors -i -c China -m rank
  • 更新源
    sudo pacman -Syy

安装显卡驱动

  • Settings -> Manjaro Settings Manager -> Hardware Configuration
  • 选择最新的prime闭源驱动

安装Tensorflow+GPU环境

  • 安装cuda
    sudo pacman -S cuda
  • 安装cudnn
    sudo pacman -S cudnn
  • 安装tensorflow-gpu
    sudo pacman -S python-tensorflow-opt-cuda

安装python包

  • 使用源的参数
    -i https://pypi.tuna.tsinghua.edu.cn/simple
  • 安装
    pip3 install keras matplotlib pillow -i*
# pip可选源
阿里云:http://mirrors.aliyun.com/pypi/simple/
豆瓣:http://pypi.douban.com/simple/
清华大学:https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学:https://pypi.mirrors.ustc.edu.cn/simple/

大功告成!

相关文章

网友评论

      本文标题:manjaro Tensorflow-gpu 深度学习平台

      本文链接:https://www.haomeiwen.com/subject/qramlhtx.html