question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

tensorflow-tensorboard 1.5.0 released.

See original GitHub issue

tensorflow-tensorboard 1.5.0 released.

Tested environment

  • python==3.6.4
  • jupyter==1.0.0
  • notebook==5.3.1
  • tensorflow==1.5.0
  • tensorflow-tensorboard==1.5.0
  • jupyter-tensorboard==0.1.4 (I use Miniconda for reproducing the error, but Tensorflow is installed via pip)

$ pip list |grep tensor

  • jupyter-tensorboard (0.1.4)
  • tensorflow (1.5.0)
  • tensorflow-tensorboard (1.5.0)

I got the following error.

[E 09:52:59.725 NotebookApp] Uncaught exception POST /api/tensorboard (127.0.0.1)
    Traceback (most recent call last):
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/tornado/web.py", line 1510, in _execute
        result = method(*self.path_args, **self.path_kwargs)
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/notebook/base/handlers.py", line 670, in wrapper
        return method(self, *args, **kwargs)
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/tornado/web.py", line 2898, in wrapper
        return method(self, *args, **kwargs)
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/jupyter_tensorboard/api_handlers.py", line 38, in post
        .new_instance(data["logdir"], reload_interval=reload_interval)
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/jupyter_tensorboard/tensorboard_manager.py", line 100, in new_instance
        plugins = get_plugins()
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/tensorboard/default.py", line 73, in get_plugins
        debugger = debugger_plugin_loader.get_debugger_plugin()
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/tensorboard/plugins/debugger/debugger_plugin_loader.py", line 66, in get_debugger_plugin
        if FLAGS.debugger_data_server_grpc_port > 0 and FLAGS.debugger_port > 0:
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/tensorflow/python/platform/flags.py", line 84, in __getattr__
        wrapped(_sys.argv)
      File "/home/helmetti/miniconda3/envs/test/lib/python3.6/site-packages/absl/flags/_flagvalues.py", line 630, in __call__
        name, value, suggestions=suggestions)
    absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'port'

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lspviccommented, Feb 2, 2018

You are welcome.

I also notice the font missing problem. It’s due to the PR https://github.com/tensorflow/tensorboard/pull/751 from tensorboard 1.5, which uses absolute path for the font url. This extension cannot capture the absolute url from tensorboard. I will submit a PR to tensorboard. I will also try to solve the problem in my side.

0reactions
helmetticommented, Feb 7, 2018

Worked fine as tensorboard 1.5.1. Close this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

tensorflow-tensorboard · PyPI
tensorflow -tensorboard 1.5.1 · Project description · Project details · Release history Release notifications | RSS feed · Download files · Help ·...
Read more >
tensorflow-tensorboard 1.5.1 on PyPI - Libraries.io
TensorBoard lets you watch Tensors Flow - 1.5.1 - a TypeScript package on ... Total releases: 18; Latest release: Feb 7, 2018; First...
Read more >
Release 1.5.1
Release 1.5.0 ... We anticipate releasing TensorFlow 1.5 with CUDA 9 and cuDNN 7. ... Add tf.summary.text for outputting text to TensorBoard.
Read more >
Install TensorFlow with pip
Note: Starting with TensorFlow 2.10 , Linux CPU-builds for Aarch64/ARM64 processors are built, maintained, tested and released by a third party: AWS.
Read more >
TensorFlow Release 21.09 - NVIDIA Documentation Center
DALI 1.5 · DLProf 1.5.0. Included only in 21.09-tf1-py3. XLA-Lite; JupyterLab 2.3.1 including Jupyter-TensorBoard ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found