Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does TensorBoard (TensorFlow) have the features to add labels for axes and legends on plots? If so, how?

I need to know how to add legend and label axes on TensorBoard (TensorFlow) graphs. Please help, thanks!

like image 819
Ruth Avatar asked Apr 12 '16 09:04

Ruth


People also ask

What can TensorBoard do?

TensorBoard is a tool for providing the measurements and visualizations needed during the machine learning workflow. It enables tracking experiment metrics like loss and accuracy, visualizing the model graph, projecting embeddings to a lower dimensional space, and much more.

Is TensorBoard part of TensorFlow?

TensorBoard is a visualization tool provided with TensorFlow. This callback logs events for TensorBoard, including: Metrics summary plots. Training graph visualization.


1 Answers

As of today (5/25/17), no. Someone submitted this as a feature request, and Dandelion Mané (from the Tensorflow dev team) labeled the issue as "contributions welcome".

like image 159
crypdick Avatar answered Sep 19 '22 20:09

crypdick