How Tensor placeholder and Numpy results are different in below code snippet?

后端 未结 0 1645
渐次进展
渐次进展 2021-01-23 09:21

Code Snippet:

np.random.seed(101)
init =tf.global_variables_initializer()
with tf.Session() as sess:
    sess.run(init)
    print(sess.run(x,feed_dict={x:np.rando         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题