次の方法で共有


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

出力テンソルの数。

適用対象