Skip to content
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

Sync tensorboard stops working in upgrade from 0.9.7 to 0.10.2 #1272

Closed
ecatkins opened this issue Sep 24, 2020 · 15 comments
Closed

Sync tensorboard stops working in upgrade from 0.9.7 to 0.10.2 #1272

ecatkins opened this issue Sep 24, 2020 · 15 comments
Labels
ty:bug type of the issue is a bug

Comments

@ecatkins
Copy link

I had been using sync_tensorboard with the Tensorflow Object Detection API (tensorflow==1.15.2), but when upgrading to version 0.10.2 metrics are no longer logged to the wandb dashboard.

I have confirmed when downgrading to 0.9.7 the logging begins working again

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the ty:bug type of the issue is a bug label Sep 24, 2020
@raubitsj
Copy link
Member

@ecatkins , Thanks for reporting this issue. Can you tell us what version of tensorboard you were using?

In the new version of the library we improved support for tensorflow 2.x and the latest pytorch but this might have inadvertently broken something with tensorflow 1.x support.

Are you manually loggging to a summarywriter or is this something that the tensorflow object detection api is doing?

@ecatkins
Copy link
Author

tensorboard==1.15.0

And no, nothing manual. I was just using the events that the tensorflow object detection api logs OOTB

@koulanurag
Copy link

koulanurag commented Sep 26, 2020

Facing same issue. Tensorboard events are no longer being logged in the wandb api.


torch==1.5.1+cu101
tensorboard==2.2.1
tensorboard-plugin-wit==1.7.0

@raubitsj
Copy link
Member

@koulanurag, This is fixed now and will be in the next release: 0.10.3. If you want to try it now use:

pip install --upgrade git+git://github.com/wandb/client.git

@ecatkins, we are still looking into your issue as I believe it is different but the fixes we did might address your problem if you were writing your tensorboard log to cloud storage (s3).

@moizsajid
Copy link

I was also facing this same problem even in version 0.10.7.dev1. Everything is working fine now after downgrading to version 0.9.7 as suggested by @ecatkins.

@vanpelt
Copy link
Contributor

vanpelt commented Oct 20, 2020

@moizsajid can you provide an example script and the versions of tensorflow / tensorboard you're using. sync_tensorboard should be fixed for all version of tensorflow >= 1.15 in 0.10.3 so if you're still seeing it we need to address the bug.

@lminer
Copy link

lminer commented Oct 21, 2020

I'm having this issue with tensorflow 2.3.1. Works fine if I save my tensorboard logs locally, but breaks when I log to s3.

I can confirm this is still a problem in 0.10.3 and on the latest development branch.

@TusharNimbhorkar
Copy link

@vanpelt @ecatkins @raubitsj
Facing the same issue. Is there any update on this?

@vanpelt
Copy link
Contributor

vanpelt commented Dec 23, 2020

Hey @TusharNimbhorkar what version of tensorboard are you using / how are you instantiating your SummaryWriter?

@TusharNimbhorkar
Copy link

@vanpelt
Version:
tensorboard==2.4.0
tensorboardX==2.1

I am using tensorboardX's SummaryWriter. I have installed tensorboard because wandb gives me error without it.

Command to instantiating SummaryWriter:
writer = SummaryWriter(output_folder)

@vanpelt
Copy link
Contributor

vanpelt commented Dec 23, 2020

@TusharNimbhorkar we just made a branch that addresses support for tboardx, it will go out with in the next release. You can use it now but installing wandb with:

pip install --upgrade git+git://github.com/wandb/client.git@task/tboardx#egg=wandb

@TusharNimbhorkar
Copy link

@vanpelt
Thank you this fixed worked. Any idea when the next release is scheduled?

@github-actions
Copy link
Contributor

This issue is stale because it has been open 60 days with no activity.

@github-actions github-actions bot added the stale label Feb 27, 2021
@sydholl
Copy link

sydholl commented Nov 18, 2021

In the past year we've majorly reworked the CLI and UI for Weights & Biases. We're closing issues older than 6 months. Please comment to reopen.

@sydholl sydholl closed this as completed Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ty:bug type of the issue is a bug
Projects
None yet
Development

No branches or pull requests

8 participants