Interpretation of serialized "architecture_summary"
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: There are two ways to visualize the models in TensorBoard:
- Via the
Texttab which will display the architecture per step. - Via the
Graphtab 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.
@le-dawg: There are two ways to visualize the models in TensorBoard:
- Via the
Texttab which will display the architecture per step.- Via the
Graphtab 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.