wandb: Sync tensorboard stops working in upgrade from 0.9.7 to 0.10.2

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

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 15 (5 by maintainers)

Most upvoted comments

@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

@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).

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.