There is a convolution layer with kernel_size=1 and stride=2. I think its a loss of 50% of the information during processing.  I got this by running this cell of code. ```python module = drn_d_24(pretrained=False) module ```