How do I add text summary to Tensorboard when using Keras?
I have setup a Tensorboard callback, but I am lost on how to add a text summary.
For example, I would like to add a text summary of different parameters used in the run into the Tensorboard so that for documentation and not lost when I revisit the run log.
One option seems to be to include all the parameter details to the logfile dir name, but that looks exhausting.
How can I better solve this problem?