CSPResNeXt Block
2000년 도입 · 논문 3편에서 사용
CSPResNeXt Block is an extended ResNext Block where we partition the feature map of the base layer into two parts and then merge them through a cross-stage hierarchy. The use of a split and merge strategy allows for more gradient flow through the network.
출처: CSPNet: A New Backbone that can Enhance Learning Capability of CNN
소개 논문: CSPNet: A New Backbone that can Enhance Learning Capability of CNN
Image Model Blocks · Computer VisionSkip Connection Blocks · General