Am I missing something? As far i learn about EfficientNet that makes it diff from previous architecture is- Compound Scaling – means instead of scaling depth, width, or resolution individually scale all three using a fixed set of coefficients.
1
0
1
Replies
MBConv (Mobile Inverted Bottleneck Convolution) – It is the main building block of EfficientNet. It expands channels → applies depthwise conv → compresses them back.
1
0
0