RetinaHead(Int32, Int32, Int32, Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RetinaHead class.
public RetinaHead (int numClasses, int inChannels = 256, int stackedConvs = 4, int featChannels = 256, int numBasePriors = 9);
new Microsoft.ML.TorchSharp.AutoFormerV2.RetinaHead : int * int * int * int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.RetinaHead
Public Sub New (numClasses As Integer, Optional inChannels As Integer = 256, Optional stackedConvs As Integer = 4, Optional featChannels As Integer = 256, Optional numBasePriors As Integer = 9)
Parameters
- numClasses
- Int32
The number of classes.
- inChannels
- Int32
The input channels.
- stackedConvs
- Int32
The number of stacked convolution layers.
- featChannels
- Int32
The feature channels.
- numBasePriors
- Int32
The number of base priors.