-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Text plugin only renders some + most recent events #945
Comments
Hm, is it just displaying the last step or also "some" events in addition? If you run tensorboard with the Re: the KeyError, that's pretty strange. Is that the full stacktrace? At what point in running tensorboard does that appear? Also, if you can provide your TensorBoard version (what it prints out when it starts up) that would help. |
|
Re: 1, that's probably just the result of reservoir sampling - it is "working as intended" at least right now but we are open to feature requests to make it more customizable. See #83. Re: 2/3, I'll look into a bit. What platform/OS are you using? |
I am on Windows 10. |
Re: the KeyError, it looks like perhaps that's related to https://bugs.python.org/issue31070 versus something specific to the text plugin. What is your full 3-digit python version? If it's less than 3.6.3, upgrading to 3.6.3 or higher might fix your issue. |
3.6.2. I'll give it a try |
Haven't had that issue with 3.6.2 |
Did you mean 3.6.3? I'll go ahead and close this since it sounds like the issue may be resolved, but feel free to reopen if that's not the case. |
FYI, PR #1138 added a |
I have a neural network that generates text during ~356.000 steps.
Every 50.000 steps I save a summary containing a table of text (100 rows, 5 columns).
When running tensorboard it only displays the results of the last step.
I create the output like this:
Sometimes tensorboard also throws this on the commandline:
The text was updated successfully, but these errors were encountered: