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