Open rfarouni opened 7 years ago
hi @rfarouni | thanks for asking. You're not able to add TensorBoard summaries at runtime unfortunately. Summaries have to be constructed as part of the graph during compile time.
This requires access to some of the internals of inference.initialize()
and also you wouldn't have the flexibility of tracking the average cost over many updates, but the cost for one update. Providing more native support and user flexibility to the graph construction in inference.initialize()
is a big todo for me.
Hi @dustinvtran
Can I add Tensorboard summaries during training when using the logdir='log' option? I tried several things, but nothing seemed to work. Here is my latest attempt: