issue-tracking icon indicating copy to clipboard operation
issue-tracking copied to clipboard

images added by intercepting tf.summary image should have name

Open kretes opened this issue 3 years ago • 2 comments

Currently when we run a tensorflow job and a

tf.summary.image("a_name", png_as_tensor, step=1)
tf.summary.image("a_name", png_as_tensor, step=2)

we get a proper grouping by name in tensorboard, but in comet the images are added as a tmps0ty71mi or similar, which therefore makes grouping by name not possible.

We should have the same behaviour as when the images are added explicitly by experiment.log_image()

I found an old issue, where it was said that auto-adding of images is not supported- https://github.com/comet-ml/issue-tracking/issues/228 - however it works now, therefore we should make it work nice.

kretes avatar Sep 15 '21 14:09 kretes

@kretes Thanks for the report! Yes, "make it work nice" is indeed our goal :) Looking into this issue...

dsblank avatar Sep 22 '21 19:09 dsblank

Fixes for this are now under development.

dsblank avatar Oct 18 '21 16:10 dsblank

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] avatar Oct 26 '23 21:10 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Nov 01 '23 21:11 github-actions[bot]