Compartilhar via


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

Definição

Inicializa uma nova instância da classe 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>

Os canais de entrada.

outChannel
Int32

Os canais de saída.

numOuts
Int32

O número de tensores de saída.

Aplica-se a