What is: RegNetY?
Source | Designing Network Design Spaces |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
RegNetY is a convolutional network design space with simple, regular models with parameters: depth , initial width , and slope , and generates a different block width for each block . The key restriction for the RegNet types of model is that there is a linear parameterisation of block widths (the design space only contains models with this linear structure):
For RegNetX we have additional restrictions: we set (the bottleneck ratio), , and (the width multiplier).
For RegNetY we make one change, which is to include Squeeze-and-Excitation blocks.