Conv2dBN(Int32, Int32, 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 Conv2dBN.
public Conv2dBN (int inChannels, int outChannels, int kernalSize = 1, int stride = 1, int padding = 0, int dilation = 1, int groups = 1);
new Microsoft.ML.TorchSharp.AutoFormerV2.Conv2dBN : int * int * int * int * int * int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.Conv2dBN
Public Sub New (inChannels As Integer, outChannels As Integer, Optional kernalSize As Integer = 1, Optional stride As Integer = 1, Optional padding As Integer = 0, Optional dilation As Integer = 1, Optional groups As Integer = 1)
Paramètres
- inChannels
- Int32
Canaux d’entrée.
- outChannels
- Int32
Canaux de sortie.
- kernalSize
- Int32
Taille du noyau de la couche de convolution.
- stride
- Int32
La foulée de la couche de convolution.
- padding
- Int32
Remplissage de la couche de convolution.
- dilation
- Int32
Dilatation de la couche de convolution.
- groups
- Int32
Groupes de couche de convolution.