-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
This is strange. According to Tensorboard code [1][2], any file containing
|
Sure, but this lib doesn't seem to automatically set the extension, or am I missing something? |
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. |
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. |
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.The text was updated successfully, but these errors were encountered: