Udostępnij przez


Conv2dBN(Int32, Int32, Int32, Int32, Int32, Int32, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

inChannels
Int32

Kanały wejściowe.

outChannels
Int32

Kanały wyjściowe.

kernalSize
Int32

Rozmiar jądra warstwy konwolucji.

stride
Int32

Krok warstwy splotu.

padding
Int32

Dopełnienie warstwy konwolucji.

dilation
Int32

Dylatacja warstwy splotu.

groups
Int32

Grupy warstwy konwolucji.

Dotyczy