1 min readJul 21, 2019
Hi,
I really like your Blog and gives so much intuition regarding GNNs. I have one question, as when we define CNN model for images and after that, we can print the summary of a model with a help of forward pass by inputting the dimensions of the image (channel, W, H) to the summary(model). Summary basically gives us what is happening at each layer, so my question is, is there any similar thing which we can do in GNNs so that to understand the outputs at each layer.
Thank You!