本篇介绍的是在windows系统下,使用 Anaconda+PyCharm,不使用虚拟机,也不使用 Linux
import tensorflow as tf v = tf.__version__ print(v)
成功打印版本,才算安装成功
TensorFlow笔记-02-使用PyCharm搭建TensorFlow环境(win版非虚拟机)
原文:https://www.cnblogs.com/xpwi/p/9609034.html