I was just wondering whether there was a specific method for visualizing the layers in cnn, i want to visualize from the first conv1, conv2 etc layers all the way to the fully connected layers,
Also my network contains a series of nn.sequential components is there any way to visualize the components that make that up as well?