tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.71k stars 1.66k forks source link

Image data not getting updated #1590

Open kulkarnivishal opened 5 years ago

kulkarnivishal commented 5 years ago

Consider Stack Overflow for getting support using TensorBoard - they have a larger community with better searchability:

https://stackoverflow.com/questions/tagged/tensorboard

For bug reports, please include the following:

Tensorboard not updating image data / summary at all. No images are displayed.

Hi,

I am training a retina-net model with resnet-101 as backbone on a tpu. I started an eval job on a GPU machine but the tensorboard only shows data pertaining to loss. Not all the scalars, i.e., mAP, recall, etc. are displayed. Neither are the images. The job logs show metrics information though. I am assuming that these are not being written to event files; however, I haven't changed anything that would cause this issue. I also ran a tensorboard inspection on the event files. Please find the screenshot of the result: image

Looking forward to hearing from you. Thank you.

Vishal

kulkarnivishal commented 5 years ago

Also,

I ran the inspection for another model and the image.summary is being written for that: image Except for the config. and module (tpu) nothing is changed for this one and the one mentioned in the issue. Not sure what I am missing.

Best, Vishal

Harshini-Gadige commented 5 years ago

Are you facing the same issue with Tensorboard 1.13 version ?

kulkarnivishal commented 5 years ago

Cloud ML engine doesn't support version 1.13 yet.