Tensorboard scalars and graphs duplicated

后端 未结 2 1753
轮回少年
轮回少年 2020-12-18 06:39

I\'m using TensorBoard to visualize network metrics and graph.

I create a session sess = tf.InteractiveSession() and build the graph in Jupyter notebook

2条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-18 07:02

    This problem occurs to hold multiple graphs its not a problem if you want to solve this use:

    tf.reset_default_graph()

提交回复
热议问题