即可。
最后测试TensorFlow-gpu
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
输出:类似红色框中信息,即可
即可。
最后测试TensorFlow-gpu
import tensorflow as tf
hello = tf.constant('Hello, TensorFlow!')
sess = tf.Session()
print(sess.run(hello))
输出:类似红色框中信息,即可
内容版权声明:除非注明,否则皆为本站原创文章。