How to display custom images in TensorBoard using Keras?
I'm working on a segmentation problem in Keras and I want to display segmentation results at the end of every training epoch. I want something similar to Tensorflow: How to Display Custom Images in Tensorboard (e.g. Matplotlib Plots) , but using Keras. I know that Keras has the TensorBoard callback but it seems limited for this purpose. I know this would break the Keras backend abstraction, but I'm interested in using TensorFlow backend anyway. Is it possible to achieve that with Keras + TensorFlow? Fábio Perez So, the following solution works well for me: import tensorflow as tf def make