Search code examples
tensorflowdashboardtensorboard

How to use tf.summary.text?


TensorFlow 1.1.0rc2 has support for Text in its dashboard but how do I actually log something that will show up there? TensorFlow master branch has a reference to tf.summary.text but nothing called that is available in 1.1.0rc2.


Solution

  • https://github.com/tensorflow/tensorflow/releases

    Patch notes says that it was only added in v1.2.0

    Perhaps the code is there in previous versions, but when it's installed/built, it's not included?