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
相关文章
相关标签/搜索