Freigeben über


ConvLayer(Int32, Int32, Int32, Double) Konstruktor

Definition

Initialisiert eine neue Instanz der ConvLayer-Klasse.

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)

Parameter

inChannels
Int32

Die Eingabekanäle.

outChannels
Int32

Die Ausgabekanäle.

depth
Int32

Die Anzahl der Blöcke.

convExpandRatio
Double

Das Erweiterungsverhältnis der Faltungsschicht.

Gilt für: