Search code examples
tensorflowtensorboard

How to programatically add/remove nodes from main graph in Tensorboard?


Tensorboard seems to arbitrarily select which nodes belong to the main graph and which do not. During graph visualization I can manually add/remove the nodes but it is tedious to do it every run.

Is there a way to programmatically embed this information (which nodes belong on the main graph) during writing the graph summary?

tensorboard


Solution

  • According to this github issue , it's not feasible at the moment.

    And according to this quote :

    Thanks @lightcatcher for the suggestion. @danmane, please take a look at this issue. If it is something we will not do in the short-term maybe mark it contributions welcome. If it is something you are planning to include in your plugin API anyways, please close the issue to keep the backlog clear.

    , and the status of the issue (contributions:welcomed), it's not something that is to be expected in the short term.