Class AttentiveNASConfig<T>
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
Embedding
public Vector<T> Embedding { get; set; }
Property Value
- Vector<T>
KernelSize
public int KernelSize { get; set; }
Property Value
WidthMultiplier
public double WidthMultiplier { get; set; }