Can you help me find a nice solution to plot different CNN architectures automatically?
At the moment, I have a 3 head 1D-CNN, with 2 convolutional layers, 2 max-pooling layers, and 2 fully connected layers.
I used 3 heads to have different resolutions (kernel size) on the same signals.