"No graph definition files were found."のエラーがtensorboardで表示される

スポンサーリンク

カテゴリ:Tensorboard
Python バージョン:Python2.7
Tensorflowバージョン:Tnsorflow 1.0
OSバージョン:Ubuntu 16.04.2


エラーの内容


tensorflowを実行後、ブラウザでアクセスすると以下のエラーが発生する場合があります。

No graph definition files were found.

To store a graph, create a tf.train.SummaryWriter and pass the graph either via the constructor, or by calling its add_graph() method. You may want to check out the graph visualizer tutorial .

If you're new to using TensorBoard, and want to find out how to add data and set up your event files, check out the README and perhaps the TensorBoard tutorial .

If you think TensorBoard is configured properly, please see the section of the README devoted to missing data problems and consider filing an issue on GitHub.

原因


tensorboard --logdir=/xxxxx で指定したlogdir に誤るとこのエラーが発生する可能性があります。

logdirには以下のファイルが存在するディレクトリを指定します。(指定したディレクトリのサブディレクトリに存在しても大丈夫のようです。)
events.out.tfevents.nnnnnnnnnn.tensorflowtest



スポンサーリンク

[Tensorflow FAQ]

[Tensorflow トップへ]


このページは独学で学習した結果をメモした結果です。内容に不備・誤りがある可能性があります。 また今後仕様が変更となり記述が不正確になる可能性もあります。あくまでも自己責任で本ページを参考にしてください。 本サイト内掲載されている情報は、著作権法により保護されています。いかなる場合でも権利者の許可なくコピー、配布することはできません。