I am not sure why TorchInfo is not reporting the size of the model.
My code looks like this import torchinfo from torchinfo import summary summary(model_0, input_size=print(img_custom.shape)) # do a test pass through of an example input size
The model output looks like this: