Vertex connection in computational graph

Hello,

I’m wondering that is there any way to get the vertex connection info in computational graph? Like, vertex 1 connects to vertex 2, 3, 4.

@bolunli11 do you need to return it as an object or just see it? If so, just call .summary() on the network.

1 Like