Conv2dBN(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der Conv2dBN-Klasse.
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)
Parameter
- inChannels
- Int32
Die Eingabekanäle.
- outChannels
- Int32
Die Ausgabekanäle.
- kernalSize
- Int32
Die Kernelgröße der Konvolutionsschicht.
- stride
- Int32
Die Stride der Konvolutionsschicht.
- padding
- Int32
Der Abstand der Konvolutionsschicht.
- dilation
- Int32
Die Dilation der Konvolutionsschicht.
- groups
- Int32
Die Gruppen der Konvolutionsschicht.