-
Notifications
You must be signed in to change notification settings - Fork 74.5k
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
tf.summary.text fails keeping summaries #10204
Comments
I just found that
I was training image-captioning model. Moreover, I found that summaries are overwritten by recent summaries. For example, the summaries added at step 1900 erased summaries added at step 1800. The brief codes look as below.
|
@dandelionmane @jart : Mind taking a look? |
On the 'summaries are overwritten' part: TensorBoard downsamples the summaries so that it can loaded into the memory. |
I have migrated this issue to tensorflow/tensorboard#83 because TensorBoard has moved into a separate repository. Lets continue discussion there. The logic for writing text summaries will change in v1.3. The previous means had used a construct called the plugin assets manager, which relied on a certain |
…Buffer on ROCm. Imported from GitHub PR openxla/xla#10204 Copybara import of the project: -- 1afdbfb6763cd9c75d5cb97e51beafea3761132f by Zoran Jovanovic <[email protected]>: Fixed issues with return value from AllocateStridedBuffer on ROCm. Merging this change closes #10204 PiperOrigin-RevId: 612572013
I got following issues when I use
tf.summary.text
and view the summaries on tensorboard.I can reproduce this problem in two different environments.
Below is sample code to reproduce this issue.
And below is the result on tensorboard.
The text was updated successfully, but these errors were encountered: