Table 2.
Original ResNet101 and improved ResNet101.
| Original ResNet101 | Improved ResNet101 |
|---|---|
| Input image (Width=W, Hight=H, Channel=C=3) | Input image (Width=W, Hight=H, Channel=3) |
| Group1: Conv2d (kerenel=7, stirde=2), (W/2, H/2, C=64) | Group1: Conv2d (kerenel=7), stirde=2, (W/2, H/2, C=64) |
| Maxpool (kerenl=3, stride=2), (W/4, H/4, C=64) | Maxpool (kerenl=3, stride=2), (W/4, H/4, C=64) |