I use Resnet-50 and ResNet-152 to implement my code, I read this:
We also note that ResNet-152 (3×+SK) is only marginally better than ResNet-152 (2×+SK),
So, I would like to undrestand the main difference between ResNet-152 (3×) and ResNet-152 (2×), meaning what corresponds 2 and 3 ? Thanks