-
Notifications
You must be signed in to change notification settings - Fork 865
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 dropping messages? #191
Comments
I updated the script to fix a few issues, but still having the same issue:
|
Try installing from source like mentioned in #180. |
install from source dont work, I will looking into this, thanks. |
Yeah, this started happening for me again. It actually looks like it's somehow overwriting data. For example, if I'm logging every step, I'll see data for step 1, and then when step 2 is printed, the output of step 1 disappears and is replaced by the output of step 2. This occurs most of the time, but sometimes the older output stays instead of being replaced, thus resulting in the appearance of intermittent logging. |
Found the reason! the default |
Hi -- thanks for writing this!
I ran this script:
and the tensorboard output is this:
It seems like the majority of the messages are being dropped. Let me know if I'm doing something wrong, thanks! 😄
The text was updated successfully, but these errors were encountered: