tensorboard的使用

首先生成文件 import tensorflow as tf #Create two random matrices a=tf.Variable(tf.random_normal([4,5],stddev=2)) b=tf.Variable(tf.random_normal([4,5],stddev=2)) # a.initializer.run() # print(a.eval()) # Ele
相關文章
相關標籤/搜索