Assuming that I'm coding out a Resnet 152 model in keras from scratch, does there exist any tool/api which can take my code as input and give out a graphical signal flow diagram so that I can make sure that the model I coded turned out as intended?
I know there exists Keras Model Summary, but how do I interpret skip layer connections from that?