How do display different runs in TensorBoard?

后端 未结 4 2129
暖寄归人
暖寄归人 2020-12-02 13:52

TensorBoard seems to have a feature to display multiple different runs and toggle them.

How can I make multiple runs show up here and how can assign a name

4条回答
  •  余生分开走
    2020-12-02 14:55

    I found the answer to my own question on github (https://github.com/tensorflow/tensorflow/issues/1548).

    You need to put your logs in a subfolder e.g. /logs/run1/ and then run tensorboard on the root folder e.g. /logs/.

提交回复
热议问题