adanet icon indicating copy to clipboard operation
adanet copied to clipboard

Interpretation of serialized "architecture_summary"

Open le-dawg opened this issue 5 years ago • 2 comments

As visual representations of AdaNet ensembles are not attainable at the moment, I would like to know if the string recedingt the layer architecture cntains any useful information that pertains to width of the layers of the subnetworks? Example:

\n\xb6\x01\n\x13architecture/adanetB\x94\x01\x08\x07\x12\x00B\x8d\x01|

le-dawg avatar Apr 22 '20 11:04 le-dawg

@le-dawg: There are two ways to visualize the models in TensorBoard:

  1. Via the Text tab which will display the architecture per step.
  2. Via the Graph tab where you can see the shapes of the various layers, and how they join together. It's not the most clean, but it works fairly well.

cweill avatar Apr 22 '20 22:04 cweill

@le-dawg: There are two ways to visualize the models in TensorBoard:

  1. Via the Text tab which will display the architecture per step.
  2. Via the Graph tab where you can see the shapes of the various layers, and how they join together. It's not the most clean, but it works fairly well.

All that I see i the computational graph. The Conceptual graph radio button is greyed out when I read Adanet logs, always hs been. Am I perhaps reading th wrong folder? My mdel_dir is the global one, as in the tutorials.

le-dawg avatar Apr 23 '20 00:04 le-dawg