tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Tensorboard cannot display graphics, but the “events.out.tfevents” file has content.How to fix it?

Open sophin12 opened this issue 1 year ago • 1 comments

Issue description

The events.out.tfevents file generated during my training process is about 5M, but when I use “tensorboard - inspect” command to view the content, the displayed data is empty. Is the file damaged or has an encoding issue? How can I fix it? image image

sophin12 avatar Nov 05 '23 09:11 sophin12

Hi, could you try inspecting the file directly via tensorboard --inspect --event_file ? Here is an example usage of the cmd.

It does look like the event file is unable to parsed. If inspecting the file directly shows the same empty result, could you share how you generate the event files ? Are there any log messages or errors that you noticed while generating the event files?

qihach64 avatar Nov 07 '23 20:11 qihach64