We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a27931 commit 04df7d9Copy full SHA for 04df7d9
intermediate_source/tensorboard_tutorial.rst
@@ -156,7 +156,7 @@ Now running
156
157
::
158
159
- tensorboard --logdir=runs
+ PYTHONWARNINGS="ignore:pkg_resources is deprecated as an API:UserWarning" tensorboard --logdir=runs
160
161
from the command line and then navigating to `http://localhost:6006 <http://localhost:6006>`_
162
should show the following.
0 commit comments