Documentation issue: How can I add tensorboard summaries?
rmminusrslash opened this issue · 2 comments
rmminusrslash commented
https://www.comet.ml/docs/python-sdk/tensorflow/
simply says
If you're already using Tensorboard then Comet works out of the box.
I don't see how declaring an experiment will transfer my summary tensors to the comet api?
dsblank commented
Comet does some very clever injection of code into the TensorFlow classes and functions to also get that information reported to Comet. We could clarify that sentence a bit to make that more clear. Does that help?
dsblank commented
Also, if you have examples of what type of summary information that Comet doesn't provide but you would like, give us some details (screen shot, text example, link, etc).