Table of Contents

Enum EfficientNetVariant

Namespace
AiDotNet.ComputerVision.Detection.Backbones
Assembly
AiDotNet.dll

EfficientNet variant enumeration.

public enum EfficientNetVariant

Fields

B0 = 0

EfficientNet-B0: baseline model.

B1 = 1

EfficientNet-B1: 1.1x depth scaling.

B2 = 2

EfficientNet-B2: 1.1x width, 1.2x depth.

B3 = 3

EfficientNet-B3: 1.2x width, 1.4x depth.

B4 = 4

EfficientNet-B4: 1.4x width, 1.8x depth.

B5 = 5

EfficientNet-B5: 1.6x width, 2.2x depth.

B6 = 6

EfficientNet-B6: 1.8x width, 2.6x depth.

B7 = 7

EfficientNet-B7: 2.0x width, 3.1x depth.