Understand the meaning of expansion value in ResNet network in one sentence

expansion = N:

 N refers to the mathematical ratio (multiple) of the final output channel number to the input channel


Case

expansion = 4 : refers to the number of output channels being 4 times the number of input channels ;

expansion = 1 : refers to the number of output channels equal to the number of input channels ;

Guess you like

Origin blog.csdn.net/weixin_52890053/article/details/132529603