Table of Contents

Class SubNetworkConfig

Namespace
AiDotNet.AutoML.NAS
Assembly
AiDotNet.dll

Configuration for a sub-network sampled from OFA.

public class SubNetworkConfig
Inheritance
SubNetworkConfig
Inherited Members

Properties

Depth

public int Depth { get; set; }

Property Value

int

ExpansionRatio

public int ExpansionRatio { get; set; }

Property Value

int

KernelSize

public int KernelSize { get; set; }

Property Value

int

WidthMultiplier

public double WidthMultiplier { get; set; }

Property Value

double