Inception : Calculated padded input size per channel: (4 x 4). Kernel size: (5 x 5)

The original Inception model expects an input in the shape [batch_size, 3, 299, 299], so a spatial size of 256x256 might be too small for the architecture and an empty activation would be created, which raises the issue.

1 Like