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