Tensorboard

From UFRC
Revision as of 17:57, 20 January 2022 by Johnbullard (talk | contribs) (Undo revision 21761: the ampersand is intentional and required to background the TensorBoard process and allow the user to start Firefox without needing to open an additional terminal)
Jump to navigation Jump to search

Back to TensorFlow page

TensorBoard is used for visually monitoring statistics while a neural network trains.

One recommendation for using TensorBoard on HiPerGator is to run TensorBoard monitoring as a separate workload. Many neural network software frameworks are able to stream training data to a TensorBoard log file. Here are the steps to monitor the log separately from your training workload:

  • Request a 1 CPU 2 GB RAM HiPerGator Desktop or a console session via OnDemand
  • Start a tensorboard instance in the resulting terminal/shell:
module load tensorflow ubuntu
tensorboard --logdir ./pathtolog &
  • Copy the printed URL
  • Start a browser:
firefox (or chrome)
  • Paste the tensorboard URL into the browser's location bar to view the TensorBoard log