Compartir a través de


FPN(List<Int32>, Int32, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase FPN.

public FPN(System.Collections.Generic.List<int> inChannels = default, int outChannel = 256, int numOuts = 5);
new Microsoft.ML.TorchSharp.AutoFormerV2.FPN : System.Collections.Generic.List<int> * int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.FPN
Public Sub New (Optional inChannels As List(Of Integer) = Nothing, Optional outChannel As Integer = 256, Optional numOuts As Integer = 5)

Parámetros

inChannels
List<Int32>

Canales de entrada.

outChannel
Int32

Canales de salida.

numOuts
Int32

Número de tensores de salida.

Se aplica a