Table 1. VGG configuration for CIFAR10/100 (Simonyan & Zisserman, 2015).
Layer | Output size | Network configuration |
---|---|---|
conv-1 | ||
maxpool | ||
conv-2 | ||
maxpool | ||
conv-3 | ||
maxpool | ||
2 × 2 | AdaptiveAvgPool | |
1 × 1 | FC-10/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: [ ] kernel with stride 2.
Output size: .