Skip to content
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

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

Open
sophin12 opened this issue Nov 5, 2023 · 1 comment

Comments

@sophin12
Copy link

sophin12 commented Nov 5, 2023

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

@qihach64
Copy link
Contributor

qihach64 commented Nov 7, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants