Learn Before
GoogLeNet Channel Ratios in Inception Blocks
The output channels of each Inception block in GoogLeNet are carefully partitioned across the four parallel branches, and the intermediate dimensionality-reduction ratios vary from block to block.
In Module , the first Inception block outputs channels in a ratio. The input ( channels) is reduced by a factor of rac{1}{2} for the second branch (yielding intermediate channels) and by rac{1}{12} for the third branch (yielding intermediate channels). The second Inception block increases to output channels in a ratio, with reduction factors of rac{1}{2} and rac{1}{8} yielding and intermediate channels.
Across Modules , , and , the second branch (with the convolution) consistently produces the largest share of output channels, followed by the first branch (), the third branch (), and the fourth branch ( max-pooling). These ratios are slightly different in each Inception block.
0
1
Tags
D2L
Dive into Deep Learning @ D2L