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?
So it seems to get the "hint" from the type:
This will worktf.summary.image('toy255', (ex * 255).astype(np.uint8), step=step, max_outputs=10)
wdyt, should it actually check min/max and manually cast it ?
187 Views
0
Answers
3 years ago
one year ago