Tensorboard 调试出现问题,求帮忙

(tensorflow__GPU) D:\pythonLearn\mnist_tuturial>tensorboard --logdir=train
TensorBoard 1.12.2 at http://LAPTOP-2M1JS2SN:6006 (Press CTRL+C to quit)
W0710 14:31:03.091033 Reloader tf_logging.py:120] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.
W0710 14:31:03.091033 15504 tf_logging.py:120] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.
W0710 14:31:03.092970 Reloader tf_logging.py:120] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0710 14:31:03.092970 15504 tf_logging.py:120] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0710 14:31:03.141399 Reloader tf_logging.py:120] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.
W0710 14:31:03.141399 15504 tf_logging.py:120] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events.  Overwriting the graph with the newest event.


wang4636358 2019-7-10 14:44:48

是不是在这个路径下面有很多的文件啊,运行了很多次,应该删掉只留下最后的一个。


祝家鑫 发表于 2019-7-12 18:10:50

试过路劲了,没有问题


静多多 发表于 2019-7-15 13:44:22

W0718 09:26:12.969529 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:12.969529 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0718 09:26:12.983489 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:12.983489 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0718 09:26:13.053392 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:13.054323 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0718 09:26:13.168998 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:13.169991 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0718 09:26:13.185982 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:13.185982 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0718 09:26:13.200924 8912 plugin_event_accumulator.py:294] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0718 09:26:13.201919 8912 plugin_event_accumulator.py:302] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.

这是我测试的,不过我的 tensorboard 还是可以打开的,也能看到东西,只不过我的 log 文件夹下面包涵了很多个 event 文件,我的意思不是路径不对,而是文件有太多。

2019/07/15 12:47 .
2019/07/15 12:47 …
2019/07/10 15:30 199,658 events.out.tfevents.1562743797.DESKTOP-5T1J1O4
2019/07/10 15:38 199,658 events.out.tfevents.1562744319.DESKTOP-5T1J1O4
2019/07/10 16:18 203,723 events.out.tfevents.1562746688.DESKTOP-5T1J1O4
2019/07/15 12:39 239,586 events.out.tfevents.1563165559.DESKTOP-5T1J1O4
2019/07/15 12:45 243,603 events.out.tfevents.1563165915.DESKTOP-5T1J1O4
2019/07/15 12:47 122,406 events.out.tfevents.1563166012.DESKTOP-5T1J1O4
2019/07/15 12:48 95,700 events.out.tfevents.1563166074.DESKTOP-5T1J1O4

这是我的文件数量


祝家鑫 发表于 2019-7-18 09:28:45