【发布时间】:2017-05-04 15:14:17
【问题描述】:
Tensboard 显示它在给定 logdir 中找到的所有事件。
如果我多次运行我的训练(或其他),我将在 logdir 中有多个 tfevents 文件。 Tensorboard 会将所有这些变量汇总显示在一个看起来很奇怪的图表中。
在标准输出上,它会这样写:
WARNING:tensorflow:Found more than one graph event per run. Overwriting the graph with the newest event.
WARNING:tensorflow:Found more than one "run metadata" event with tag step_0000. Overwriting it with the newest event.
如何让它只显示最新 tfevents 文件中的摘要/事件,从而忽略所有旧 tfevents 文件?
【问题讨论】: