Skip to main content
. 2021 Feb 12;11(2):485. doi: 10.3390/ani11020485

Table 4.

Structure of Tiny MobileNet V2: each line describes a sequence that repeats the same layer n times. All layers in the same sequence have the same number c of output channels. The module repeats stride s for the first time, and all others use stride 1. The expansion factor t is always applied to the input size.

Operator t c n s
Conv2d 3 × 3 - 32 1 2
Bottleneck 1 16 1 2
Bottleneck 6 24 2 2
Conv2d 1 × 1 - 64 1 2
MaxPool 7 × 1 - - 1 -
Conv2d 1 × 1 - 3 - -