Compartir a través de


ConvLayer(Int32, Int32, Int32, Double) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

inChannels
Int32

Canales de entrada.

outChannels
Int32

Canales de salida.

depth
Int32

Número de bloques.

convExpandRatio
Double

Proporción de expansión de la capa de convolución.

Se aplica a