modelsummary

Meaning of output shapes of ResNet9 model layers

Meaning of output shapes of ResNet9 model layers Question: I have a ResNet9 model, implemented in Pytorch which I am using for multi-class image classification. My total number of classes is 6. Using the following code, from torchsummary library, I am able to show the summary of the model, seen in the attached image: INPUT_SHAPE …

Total answers: 2