How to write mutiple graphs in a run in tensorflow
Maybe you not need it
As it's designed possible to programming with multiple graphs in tensorflow, I wonder how to write the graphs, more than one, with tensorboard. It seems not possible or not strongly supported. This problem is not my priority for now, so I did not do further search. Maybe, you're facing the same situation.
The following is a relevant question from stackoverflow.com and an anser on it.
tensorflow summary - writing multiple graphs
I have a following code using tensorflow:
And on tensorboard, I get this: But it is missing the first graph. Is there a way to draw both graphs? | ||
add a comment
|
1
|
Your second call to What happens if you write to a different file, by closing the first writer before opening a second?
So it seems tensorboard is not ready to handle more than one graph. Should we worry? To cite Yaroslav Bulatov,
EDIT Note that a tensorflow
results in the following This is one of the reasons why using several |
reference:
tensorboard - tensorflow summary - writing multiple graphs - Stack Overflow
https://stackoverflow.com/questions/44871237/tensorflow-summary-writing-multiple-graphs