Inception系列理解
博客: 博客园 | CSDN | blog 目录 写在前面 Inception-V1 (GoogLeNet) BN-Inception Inception-V2, V3 Inception-V4,Inception-ResNet-v1,Inception-ResNet-v2 参考 写在前面 Inception 家族成员:Inception-V1(GoogLeNet)、BN-Inception、Inception-V2、Inception-V3、Inception-ResNet-V1、Inception-V4、Inception-ResNet-V2。 Inception系列网络结构可以模块化为: \[Input \rightarrow Stem \rightarrow A \rightarrow ReducitonA \rightarrow B \rightarrow ReductionB \rightarrow C \rightarrow Avg\ Pooling (+ Linear) \rightarrow feature \] Stem :前处理部分 A B C : 网络主体 “三段式”,A B C每段的输入feature size依次折半,channel增加 ReductionA B :完成feature size折半操作(降采样) Avg Pooling (+ Linear