keras tensorboard: plot train and validation scalars in a same figure

前端 未结 2 477
不知归路
不知归路 2020-12-07 12:27

So I am using tensorboard within keras. In tensorflow one could use two different summarywriters for train and validation scalars so that tensorboard could plot them in a sa

2条回答
  •  [愿得一人]
    2020-12-07 13:07

    If you are using TensorFlow 2.0, you now get this by default using the Keras TensorBoard callback. (When using TensorFlow with Keras, make sure you're using tensorflow.keras.)

    See this tutorial:

    https://www.tensorflow.org/tensorboard/r2/scalars_and_keras

提交回复
热议问题