Ubuntu16.04安装TensorFlow

Posted fighting25

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ubuntu16.04安装TensorFlow相关的知识,希望对你有一定的参考价值。

1、查看tensoflow与CUDA对应版本:

windows端:https://tensorflow.google.cn/install/source_windows

Linux端:https://tensorflow.google.cn/install/source,对应如下图

技术图片

2、使用清华大学开源镜像进行安装:

CPU 版本:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow == 指定版本(如1.10)

GPU 版本: 

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-gpu == 指定版本(如1.10)

  

以上是关于Ubuntu16.04安装TensorFlow的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu16.04安装TensorFlow

怎么在ubuntu 16.04 上安装tensorflow

ubuntu16.04 安装 tensorflow (cpu 版本)详细可行步骤

Ubuntu16.04安装tensorflow+安装opencv+安装openslide+安装搜狗输入法

Ubuntu16.04下 编译安装 Tensorflow

ubuntu16.04 tensorflow pip 方式安装