diff --git a/recipes_source/recipes/tensorboard_with_pytorch.py b/recipes_source/recipes/tensorboard_with_pytorch.py index c51a24728ad..e3b055ac24c 100644 --- a/recipes_source/recipes/tensorboard_with_pytorch.py +++ b/recipes_source/recipes/tensorboard_with_pytorch.py @@ -157,7 +157,7 @@ def train_model(iter): # # # .. note:: -# TensorBoard.dev currently supports only scalars dashboard. +# TensorBoard.dev currently supports scalars, graphs, histograms, distributions, hparams, and text dashboards. ######################################################################## # Learn More