Tensorboard: Beholder

Created on 18 Nov 2017  路  7Comments  路  Source: tensorflow/tensorboard

I have installed tf-nightly in a python3.5 virtualenv in my 16.04 ubuntu.
I am trying to use beholder developed by chrisranderson.
importing beholder does not work and i get the following error:

from beholder.beholder import Beholder
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'Beholder'

So now my question is how can i use "beholder" in tf-nightly. Is there going to be a tutorial available on that?! Thank you

Most helpful comment

I know it is referenced above, but this is just to notify others, since I didn't get a notification automatically.

@kazemSafari @fru @GaelReinaudi @11maxed11 @chrisfilo See https://github.com/tensorflow/tensorboard/pull/1018.

All 7 comments

It also does not seem to be available in tensorflow_tensorboard==0.4.0rc3 or tb-nightly==1.5.0a20171121

@jart Hi, any news on this issue? and is the above way the correct way to import Beholder under tb-nightly?

Now that I'm actually part of the intended audience of Beholder, I'm kind of dying to get it in my hands haha. I tried to get it working from my own repo, and never did due to weird build stuff with Bazel. A bit embarrassing.

Thanks for your work on this, excited to see it ship.

Hi, is there any progress on this. Since I upgraded tensorflow/board, I lost beholder and its amazing feedback. I feel like I am coding without a debugger or logger, in the dark. Would someone be kind enough to tell us when we may upgrade to a nightly version that has beholder integrated in it? Thx

Hey,
I tried to import beholder with from tensorboard.plugins.beholder.beholder import Beholder but the reference is unresolved. Also the beholder plugin doesn't seem to be a build dependency. Is that intentional? Would love to be able to use this plugin :-) Thank you for Tensorboard.

I know it is referenced above, but this is just to notify others, since I didn't get a notification automatically.

@kazemSafari @fru @GaelReinaudi @11maxed11 @chrisfilo See https://github.com/tensorflow/tensorboard/pull/1018.

Tomorrow, anyone who installs TensorBoard's nightly build can use beholder. Please note that we still need to make video-writing work: https://github.com/tensorflow/tensorboard/blob/c439c626d52523a9021eadb23bdfa01b1110c255/tensorboard/plugins/beholder/video_writing.py

We will also include beholder within TensorBoard's 1.7 release.

Was this page helpful?
0 / 5 - 0 ratings