TensorBoard Logger
C++ API to log data in tensorboard format. Only support scalar
, histogram
, image
, audio
and text
at the moment.
Acknowledgement
-
Inspired by dmlc tensorboard project.
-
CRC code from The SNIPPETS Portable C/C++ Source Code Collection, via http://stackoverflow.com/a/303020, with some modifications.
-
Image sample from Wikipedia.
-
Audio sample from File Examples.