tensorflow6---tensorboard可視化簡易教程(一看就懂!)

tensorboard可視化張量(節點)、圖結構、監控變量,tensorflow版本1.4python import tensorflow as tf input1=tf.constant([1.0,2.0,3.0],name='input1') with tf.name_scope('input2'): input2=tf.Variable(tf.random_uniform([3]),
相關文章
相關標籤/搜索