Although there are many resources about how to calculate the receptive field (RF) of CNNs (ex: http://fomoro.com/tools/receptive-fields), I didn't find anything regarding skip connections. In [1] they mention that skip connections make the effective RF smaller, but what happens to the theoretical RF?
At the end of the day, I would like to know how to calculate the receptive field of a network comprising many residual blocks.
Thanks, Daniel