-
Notifications
You must be signed in to change notification settings - Fork 673
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
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@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? |
And no, nothing manual. I was just using the events that the tensorflow object detection api logs OOTB |
Facing same issue. Tensorboard events are no longer being logged in the wandb api.
|
@koulanurag, This is fixed now and will be in the next release: 0.10.3. If you want to try it now use:
@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). |
I was also facing this same problem even in version |
@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. |
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. |
Hey @TusharNimbhorkar what version of tensorboard are you using / how are you instantiating your SummaryWriter? |
@vanpelt I am using tensorboardX's SummaryWriter. I have installed Command to instantiating SummaryWriter: |
@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:
|
@vanpelt |
This issue is stale because it has been open 60 days with no activity. |
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. |
I had been using sync_tensorboard with the Tensorflow Object Detection API (
tensorflow==1.15.2
), but when upgrading to version0.10.2
metrics are no longer logged to the wandb dashboard.I have confirmed when downgrading to
0.9.7
the logging begins working againThe text was updated successfully, but these errors were encountered: