comet-ml / issue-tracking

Questions, Help, and Issues for Comet ML
https://www.comet.ml
85 stars 7 forks source link

images added by intercepting tf.summary image should have name #424

Closed kretes closed 1 year ago

kretes commented 3 years ago

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.

dsblank commented 3 years ago

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

dsblank commented 3 years ago

Fixes for this are now under development.

github-actions[bot] commented 1 year ago

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] commented 1 year ago

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