RetinaHead(Int32, Int32, Int32, Int32, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe RetinaHead.
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)
Paramètres
- numClasses
- Int32
Nombre de classes.
- inChannels
- Int32
Canaux d’entrée.
- stackedConvs
- Int32
Nombre de couches de convolution empilées.
- featChannels
- Int32
Canaux de fonctionnalités.
- numBasePriors
- Int32
Nombre d’avants de base.