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

Event files not detected by tensorboard #13

Open
jakkes opened this issue Oct 14, 2021 · 4 comments
Open

Event files not detected by tensorboard #13

jakkes opened this issue Oct 14, 2021 · 4 comments

Comments

@jakkes
Copy link
Contributor

jakkes commented Oct 14, 2021

My event files are not automatically detected by tensorboard, I need to specifically set the file extension to something along the lines of events.out.tfevents for data to appear in tensorboard.

@RustingSword
Copy link
Owner

This is strange. According to Tensorboard code [1][2], any file containing tfevents in the file name will be treated as event file.

events.out.tfevents is a hardcoded prefix in the EventFileWriter, however this is not strictly required.

@jakkes
Copy link
Contributor Author

jakkes commented Oct 15, 2021

Sure, but this lib doesn't seem to automatically set the extension, or am I missing something?

@RustingSword
Copy link
Owner

Ah, I see the problem. No it does not, the file name is passed as a parameter to the constructor for flexibility. Maybe it is better to use an auto generated file name just like EventFileWriter does, and the user only need to specify the output directory.

@jakkes
Copy link
Contributor Author

jakkes commented Oct 18, 2021

Yeah, I think that would be the way to go.

I sent you three issues, I'll see if I'm able to work on them a bit in a week or so.

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