Table 3. VGG configuration for ImageNet100 (Simonyan & Zisserman, 2015).
Layer | Output size | Network configuration |
---|---|---|
conv-1 | ||
maxpool | ||
conv-2 | ||
maxpool | ||
conv-3 | ||
maxpool | ||
conv-4 | ||
maxpool | ||
conv-5 | ||
maxpool | ||
conv-6 | ||
2 × 2 | AdaptiveAvgPool | |
1 × 1 | FC-100 |
Notes:
, : convolution kernel size, n: output channels; k: the repeat number of the layer.
Each convolutional layer is followed by a BN and ReLU layer.
maxpool: with stride 2.
Output size: .