tensorboard
tensorboard copied to clipboard
Tensorboard cannot display graphics, but the “events.out.tfevents” file has content.How to fix it?
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?
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?