基础服务系列-Jupyter Install TensorFlow

人盡茶涼 提交于 2020-01-07 01:14:32

【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!