基础服务系列-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的主要内容,如果未能解决你的问题,请参考以下文章
Python数据分析笔记系列之二:Python语法基础,IPython和Jupyter Notebooks
Python数据分析笔记系列之二:Python语法基础,IPython和Jupyter Notebooks