Standalone C++ API to log data in TensorBoard format, without any code dependency on TensorFlow or TensorBoard.
Only support scalar
, histogram
, image
, audio
text
and projector
at the moment.
-
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.