Skip to content

Commit 04df7d9

Browse files
committed
ignore tensorboard deprecation warning
1 parent 0a27931 commit 04df7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/tensorboard_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Now running
156156

157157
::
158158

159-
tensorboard --logdir=runs
159+
PYTHONWARNINGS="ignore:pkg_resources is deprecated as an API:UserWarning" tensorboard --logdir=runs
160160

161161
from the command line and then navigating to `http://localhost:6006 <http://localhost:6006>`_
162162
should show the following.

0 commit comments

Comments
 (0)