@@ -121,44 +121,6 @@ def train_model(iter):
121
121
#
122
122
123
123
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
-
162
124
########################################################################
163
125
# Learn More
164
126
# ----------------------------
0 commit comments