-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beholder tab not showing up in TensorBoard app #55
Comments
I don't know what has been happening to Beholder since it was merged - it may not be hooked into TensorBoard's nightly build at all yet. At the beginning, I was just handing the code over without integrating it into TensorBoard. I'm leaving that to the TensorBoard folks. The only way I know how to use it is via this repository as of right now. Have you tried following the instructions in this repo? |
I have not. My initial goal was to access beholder in a future conscious way, such that it will be compatible with TensorBoard. It seemed to me that jart released the tb-nightly specifically with this in mind. I will give the instructions in this repo a try. Since the actual issue is not resolved, perhaps we can leave this open and see if someone else, perhaps @jart, has anything to say about it. Thanks for the hasty reply. Cheers, |
Sadly, this repo might not be up to date, I'm not sure. I may have time Friday or Saturday to help you out if things don't work. |
Thank you for your diligence. I trust I can get it working, but I will report back should there be any further issues. Just wanted to be conscious of the merge with TensorBoard. I will wait until it is officially supported. |
We'll be getting it working in the main repo over the next few months. It will probably be included in a release in Q1 2018, although we're planning on setting up a PIP package named tb-nightly so you might be able to use it sooner. |
Since Beholder may not be 'officially' supported until TensorBoard version 0.5 as @jart suggested here, I am requesting help here for now.
I am attempting to use the latest TensorBoard build to access the beholder plugin. I clone TensorBoard and build it...
I access Beholder as follows
and in my training loop I have
The code is executed and I see the beholder logs being written to my cpve_logs during training...
I execute the local tensorboard app built via bazel
and I do not see the Beholder tab in the TensorBoard app.
I then attempted to use the TensorBoard version provided by @jart in tb-nightly.
The TensorBoard app resulting from this build also does not yield the Beholder tab.
What am I doing wrong, and how can I access Beholder via TensorBoard?
The text was updated successfully, but these errors were encountered: