基础服务系列-Jupyter Install TensorFlow

2020/01/01

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


作者:Wuxinshui
出处:http://wuxinshui.github.io
版权归作者所有,转载请注明出处

Post Directory