Table of Contents

Class AttentiveNASConfig<T>

Namespace
AiDotNet.AutoML.NAS
Assembly
AiDotNet.dll

Configuration for an AttentiveNAS sub-network.

public class AttentiveNASConfig<T>

Type Parameters

T
Inheritance
AttentiveNASConfig<T>
Inherited Members

Properties

Depth

public int Depth { get; set; }

Property Value

int

Embedding

public Vector<T> Embedding { get; set; }

Property Value

Vector<T>

KernelSize

public int KernelSize { get; set; }

Property Value

int

WidthMultiplier

public double WidthMultiplier { get; set; }

Property Value

double