Windows 10安装Tensorflow

it2022-05-05  147

Windows 10安装Tensorflow手记

解决Python3.7不能安装tensorflow<1.13的问题

验证安装:

import tensorflow as tf hello = tf.constant('Hello, TensorFlow!') sess = tf.Session() print(sess.run(hello))

打印 Hello, TensorFlow! 即安装成功


最新回复(0)