TensorFlow Plot¶
tfplot is a simple TensorFlow utility for drawing any matplotlib plots or figures into images, as a part of TensorFlow computation graph.
Especially, we can easily any plot and see the result image as an image summary in TensorBoard.
Table of Contents