Condividi tramite


ConvLayer(Int32, Int32, Int32, Double) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

inChannels
Int32

Canali di input.

outChannels
Int32

Canali di output.

depth
Int32

Numero di blocchi.

convExpandRatio
Double

Rapporto di espansione del livello di convoluzione.

Si applica a