TensorBoard#

Tensorboard is an interactive app that allows you to visualize and measure different aspects of your machine learning workflow. Have a look at the official guidelines for more detailed information.

TensorBoard log directory#

Before starting the TensorBoard session, make sure to specify a log directory in the resources form.

The log directory is a relative directory starting from your $VSC_DATA.

The log directory is an absolute path.

Notes

  • Once the session is launched, you cannot change this directory. If you redirect TensorBoard to a wrong folder (typo in path name or missing log files), TensorBoard fails to start, and your session lands on an error page starting with the message:

    No dashboards are active for the current data set.

  • If you experience problems with using the TensorBoard app, please consult the Tensorboard FAQ before contacting user support.