3
Tensboardは、特定のlogdirで見つかったすべてのイベントを表示します。Tensorboard、最新のtfeventsのみを表示
トレーニングを何度も実行した場合、logdirに複数のtfeventsファイルがあります。テンソルボードは、そのようなすべての変数の要約を、奇妙に見えるグラフにまとめて表示します。標準出力に
は、それがかなったように書いている:
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ファイルから要約/イベントを表示することができますか?