docker run -it tensorflow/tensorflow:latest-devel
python import tensorflow as tf hello = tf.constant(‘Hello, TensorFlow!‘) sess = tf.Session() print(sess.run(hello))
原文地址:https://www.cnblogs.com/qinziang/p/9413148.html
时间: 2024-10-14 10:04:39
docker run -it tensorflow/tensorflow:latest-devel
python import tensorflow as tf hello = tf.constant(‘Hello, TensorFlow!‘) sess = tf.Session() print(sess.run(hello))
原文地址:https://www.cnblogs.com/qinziang/p/9413148.html