hiddenlayer
hiddenlayer copied to clipboard
Ability to visualize subgraphs
I use a few libraries that have custom Keras layers, and generate complex graphs inside these layers. Some are algorithmic and generate, say, 20 nodes N times.
Some way to group the sections of nodes would be really helpful in creating visualizations. TF graph nodes have names and attribute lists.