Udostępnij przez


ConvLayer(Int32, Int32, Int32, Double) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ConvLayer.

public ConvLayer(int inChannels, int outChannels, int depth, double convExpandRatio = 4);
new Microsoft.ML.TorchSharp.AutoFormerV2.ConvLayer : int * int * int * double -> Microsoft.ML.TorchSharp.AutoFormerV2.ConvLayer
Public Sub New (inChannels As Integer, outChannels As Integer, depth As Integer, Optional convExpandRatio As Double = 4)

Parametry

inChannels
Int32

Kanały wejściowe.

outChannels
Int32

Kanały wyjściowe.

depth
Int32

Liczba bloków.

convExpandRatio
Double

Współczynnik rozwijania warstwy konwolucji.

Dotyczy