Udostępnij przez


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

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

inChannels
List<Int32>

Kanały wejściowe.

outChannel
Int32

Kanały wyjściowe.

numOuts
Int32

Liczba tensorów wyjściowych.

Dotyczy