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
来源:站长资讯平台
原文地址:https://www.cnblogs.com/1994july/p/12132619.html
时间: 2024-10-21 00:00:02