Unanswered
Hi, We Saw 2 More Issues With Images Logging:
1. You Need To Use Tf.Summary.Image And Not Summary_Ops_V2.Image
2. Image Needs To Be In Range [0, 1] And Not [0, 255] (Matplotlib And Tensorboard Can Handle Either One)
Is That Expected?
You need to use tf.summary.image and not summary_ops_v2.image
Fixed on main branch (see github issue), RC later today
Image needs to be in range [0, 1] and not [0, 255] (matplotlib and tensorboard can handle either one)
Is there a code to reproduce ?
178 Views
0
Answers
3 years ago
one year ago
Tags