共用方式為


FPN(List<Int32>, Int32, Int32) 建構函式

定義

初始化 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)

參數

inChannels
List<Int32>

輸入通道。

outChannel
Int32

輸出通道。

numOuts
Int32

輸出張量的數目。

適用於