What is: SqueezeNeXt Block?
| Source | SqueezeNext: Hardware-Aware Neural Network Design |
| Year | 2000 |
| Data Source | CC BY-SA - https://paperswithcode.com |
A SqueezeNeXt Block is a two-stage bottleneck module used in the SqueezeNeXt architecture to reduce the number of input channels to the 3 × 3 convolution. We decompose with separable convolutions to further reduce the number of parameters (orange parts), followed by a 1 × 1 expansion module.
