【推荐】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


参考
来源:oschina
链接:https://my.oschina.net/wuxinshui/blog/3152554