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
.
No [[dataType]] data was found.
Probable causes:
-
You haven't written any [[dataType]] 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.