Skip to content

Remove tensorboard.dev from tensorboard tutorial #2678

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions recipes_source/recipes/tensorboard_with_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,44 +121,6 @@ def train_model(iter):
#


######################################################################
# Share TensorBoard dashboards
# ----------------------------
#
# `TensorBoard.dev <https://tensorboard.dev/>`_ lets you upload and share
# your ML experiment results with anyone. Use ``TensorBoard.dev`` to host,
# track, and share your TensorBoard dashboards.
#
# Install the latest version of TensorBoard to use the ``uploader``.
#
# .. code-block:: sh
#
# pip install tensorboard --upgrade
#
# Use a simple command to upload and share your TensorBoard.
#
# .. code-block:: sh
#
# tensorboard dev upload --logdir runs \
# --name "My latest experiment" \ # optional
# --description "Simple comparison of several hyperparameters" # optional
#
# For help, run ``$ tensorboard dev --help``.
#
# **Note:** Uploaded TensorBoards are public and visible to everyone.
# Do not upload sensitive data.
#
# View your TensorBoard live at URL provided in your terminal.
# For example: `https://tensorboard.dev/experiment/AdYd1TgeTlaLWXx6I8JUbA <https://tensorboard.dev/experiment/AdYd1TgeTlaLWXx6I8JUbA>`_
#
#
# .. image:: ../../_static/img/thumbnails/tensorboard_dev.png
# :scale: 40 %
#
#
# .. note::
# ``TensorBoard.dev`` currently supports scalars, graphs, histograms, distributions, ``hparams``, and text dashboards.

########################################################################
# Learn More
# ----------------------------
Expand Down