Table of Contents

Class BigNASConfig

Namespace
AiDotNet.AutoML.NAS
Assembly
AiDotNet.dll

Configuration for a BigNAS sub-network.

public class BigNASConfig
Inheritance
BigNASConfig
Inherited Members

Properties

Depth

public int Depth { get; set; }

Property Value

int

ExpansionRatio

public int ExpansionRatio { get; set; }

Property Value

int

IsTeacher

public bool IsTeacher { get; set; }

Property Value

bool

KernelSize

public int KernelSize { get; set; }

Property Value

int

Resolution

public int Resolution { get; set; }

Property Value

int

WidthMultiplier

public double WidthMultiplier { get; set; }

Property Value

double