tensorboard_logger
tensorboard_logger copied to clipboard
C++ API to log data in tensorboard format.
My event files are not automatically detected by tensorboard, I need to specifically set the file extension to something along the lines of `events.out.tfevents` for data to appear in tensorboard.
@RustingSword There you go Not sure about the math, it probably looks correct but have a look at the math again :) Changed `generate_bucket()` a little bit to resemble ->...
Currently those proto files are put in one directory, which requires manually modifying some import directives. It is better to keep them in the original hierarchy.
Hi, Thank you for this great package! I'm trying to follow the readme to compile and install it on a Windows machine, however, I'm getting errors during the install stage....