基础服务系列-Jupyter Install TensorFlow

Posted 1994july

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了基础服务系列-Jupyter Install TensorFlow相关的知识,希望对你有一定的参考价值。

TensorFlow is a deep learning framework that provides an easy interface to a variety of functionalities, required to perform state of the art deep learning tasks such as image recognition, text classification and so on.

New Terminal

技术图片

pip3 --version

技术图片

Install TensorFlow

pip3 install --upgrade tensorflow

技术图片

技术图片

Install TensorFlow-GPU

pip3 install tensorflow-gpu

技术图片

技术图片

Verifying the Installation

技术图片

技术图片

参考

Introduction to TensorFlow

来源:站长资讯平台

以上是关于基础服务系列-Jupyter Install TensorFlow的主要内容,如果未能解决你的问题,请参考以下文章

Debain install Jupyter

Python数据分析笔记系列之二:Python语法基础,IPython和Jupyter Notebooks

Python数据分析笔记系列之二:Python语法基础,IPython和Jupyter Notebooks

sh jupyter_install.sh

pip install jupyter 显示requairment already satisfied

Jupyter-notebook 在命令 conda install -c conda-forge 后爆炸