I am working on a segmentation problem in Keras, and I would like to see my model predictions. How do I make that happen? I looked at keras.callbacks.TensorBoard
and it has all the necessary data, but I cannot figure out how to add my images to a summary.
Asked
Active
Viewed 738 times
2

Ryszard Szopa
- 5,431
- 8
- 33
- 43
-
Possible duplicate of [How to display custom images in TensorBoard using Keras?](https://stackoverflow.com/questions/43784921/how-to-display-custom-images-in-tensorboard-using-keras) – benjaminplanche Apr 10 '18 at 13:49