Skip to content

Commit a43c6bf

Browse files
authored
Merge branch 'master' into ddp_pipeline_update
2 parents f94f6e3 + 34e69c7 commit a43c6bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ipython
2424
# to run examples
2525
pandas
2626
scikit-image
27-
pillow==8.1.1
27+
pillow==8.2.0
2828
wget
2929

3030
# for codespaces env

recipes_source/recipes/tensorboard_with_pytorch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def train_model(iter):
157157
#
158158
#
159159
# .. note::
160-
# TensorBoard.dev currently supports only scalars dashboard.
160+
# TensorBoard.dev currently supports scalars, graphs, histograms, distributions, hparams, and text dashboards.
161161

162162
########################################################################
163163
# Learn More

0 commit comments

Comments
 (0)