From a88d638affb2c36539627d48aac38364e088357c Mon Sep 17 00:00:00 2001 From: Stanley Bileschi Date: Thu, 10 Jun 2021 10:48:32 -0400 Subject: [PATCH] Update supported TensorBoard.dev dashboards. --- recipes_source/recipes/tensorboard_with_pytorch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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