macOS下啓動+使用tensorboard教程

1.Jupyter中寫完一段代碼想要查看他的graph 以下面這段代碼爲例 import tensorflow as tf tf.reset_default_graph() logdir = "/Users/---/Desktop/01"#這裏爲我在桌面上新建的文件夾的路徑 input1 = tf.constant([1.0,2.0,3.0],name="input1") input2 = tf.
相關文章
相關標籤/搜索