Get started with TensorBoard | TensorFlow
www.tensorflow.org › tensorboard › get_startedJan 06, 2022 · This quickstart will show how to quickly get started with TensorBoard. The remaining guides in this website provide more details on specific capabilities, many of which are not included here. # Load the TensorBoard notebook extension %load_ext tensorboard. import tensorflow as tf import datetime. # Clear any logs from previous runs rm -rf ./logs/.