Table 1.
Layer | Type | Filter size | # of Feature maps | Spatial size |
---|---|---|---|---|
0 | Input | 1 | ||
1 | Resize | 1 | ||
2 | Conv1 + ReLU | 32 | ||
3 | Pool1 | 32 | ||
4 | Conv2 + ReLU | 32 | ||
5 | Pool2 | 32 | ||
6 | Conv3 + ReLU | 48 | ||
7 | Pool3 | 48 | ||
8 | Conv4 + ReLU | 48 | ||
9 | Pool4 | 48 | ||
10 | Conv5 + ReLU | 64 | ||
11 | Conv6 + ReLU | 64 | ||
12 | Pool6 | 64 | ||
13 | Conv7 + ReLU | 128 | ||
14 | FC1 + ReLU + Dropout | 1024 | ||
15 | FC2 + Softmax | 2 | ||
16 | Output |