tensorboard

TensorBoard is a suite of web applications for inspecting and understanding your TensorFlow runs and graphs.

Policy

tensorboard is available to users at HPC2N.

Citations

You should cite the TensorFlow white paper if TensorBoard and TensorFlow are useful for your research.

Overview

TensorBoard is designed to run entirely offline, without requiring any access to the Internet. For instance, this may be on your local machine, behind a corporate firewall, or in a datacenter.

Usage at HPC2N

You will only find a few versions of tensorboard available as separate modules. Most are available as part of the TensorFlow module.

Loading

To use the tensorboard module, add it to your environment (or use the TensorFlow module). You can find versions with

module spider tensorboard

and you can then find how to load a specific version (including prerequisites), with

module spider tensorboard/<VERSION>

Running

There is some information about using tensorboard on the tensorboard GitHub page and in the tensorboard Get started guide.

Additional info

More information can be found on