win 10下Tensorboard"No dashboards are active for the current data set"

1124 ワード

コンソール運転
tensorboard --logdir==logs

その後、出力
2020-07-28 21:18:03.710381: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynam
ic library cudart64_100.dll
Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.0.2 at http://localhost:6006/ (Press CTRL+C to quit)

localhost:6006にアクセスすると表示されます
No dashboards are active for the current data set.
Probable causes:

You haven’t written any data to your event files.
TensorBoard can’t find your event files.
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.

Last reload: Tue Jul 28 2020 21:20:09 GMT+0800 (      )
Data location: =logs

 
ソリューション:
1、logsディレクトリが正しいかどうかをチェックし、絶対パスに変更してみる
2、実行スクリプトをtensorboard--logdir=logsに変更する.