Skip to content

Commit edff133

Browse files
Remove tensorboard.dev from tensorboard tutorial (#2678)
Remove reference to tensorboard.dev (being shut down) in the tutorial Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
1 parent 43bd101 commit edff133

File tree

1 file changed

+0
-38
lines changed

1 file changed

+0
-38
lines changed

recipes_source/recipes/tensorboard_with_pytorch.py

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -121,44 +121,6 @@ def train_model(iter):
121121
#
122122

123123

124-
######################################################################
125-
# Share TensorBoard dashboards
126-
# ----------------------------
127-
#
128-
# `TensorBoard.dev <https://tensorboard.dev/>`_ lets you upload and share
129-
# your ML experiment results with anyone. Use ``TensorBoard.dev`` to host,
130-
# track, and share your TensorBoard dashboards.
131-
#
132-
# Install the latest version of TensorBoard to use the ``uploader``.
133-
#
134-
# .. code-block:: sh
135-
#
136-
# pip install tensorboard --upgrade
137-
#
138-
# Use a simple command to upload and share your TensorBoard.
139-
#
140-
# .. code-block:: sh
141-
#
142-
# tensorboard dev upload --logdir runs \
143-
# --name "My latest experiment" \ # optional
144-
# --description "Simple comparison of several hyperparameters" # optional
145-
#
146-
# For help, run ``$ tensorboard dev --help``.
147-
#
148-
# **Note:** Uploaded TensorBoards are public and visible to everyone.
149-
# Do not upload sensitive data.
150-
#
151-
# View your TensorBoard live at URL provided in your terminal.
152-
# For example: `https://tensorboard.dev/experiment/AdYd1TgeTlaLWXx6I8JUbA <https://tensorboard.dev/experiment/AdYd1TgeTlaLWXx6I8JUbA>`_
153-
#
154-
#
155-
# .. image:: ../../_static/img/thumbnails/tensorboard_dev.png
156-
# :scale: 40 %
157-
#
158-
#
159-
# .. note::
160-
# ``TensorBoard.dev`` currently supports scalars, graphs, histograms, distributions, ``hparams``, and text dashboards.
161-
162124
########################################################################
163125
# Learn More
164126
# ----------------------------

0 commit comments

Comments
 (0)