我正在研究Keras中的分段问题,我希望在每个训练时代结束时显示分段结果.
我想要一些类似于Tensorflow:如何在Tensorboard中显示自定义图像(例如Matplotlib Plots),但使用Keras.我知道Keras有TensorBoard回调但看起来似乎有限.
TensorBoard
我知道这会破坏Keras的后端抽象,但无论如何我对使用TensorFlow后端感兴趣.
是否有可能通过Keras + TensorFlow实现这一目标?
deep-learning keras tensorflow tensorboard
deep-learning ×1
keras ×1
tensorboard ×1
tensorflow ×1