Freigeben über


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

Definition

Initialisiert eine neue Instanz der FPN-Klasse.

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)

Parameter

inChannels
List<Int32>

Die Eingabekanäle.

outChannel
Int32

Die Ausgabekanäle.

numOuts
Int32

Die Anzahl der Ausgabe tensors.

Gilt für: