次の方法で共有


AutoFormerV2 コンストラクター

定義

AutoFormerV2 クラスの新しいインスタンスを初期化します。

public AutoFormerV2 (int numClasses, System.Collections.Generic.List<int> embedChannels, System.Collections.Generic.List<int> depths, System.Collections.Generic.List<int> numHeads, TorchSharp.torch.Device device = default);
new Microsoft.ML.TorchSharp.AutoFormerV2.AutoFormerV2 : int * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * TorchSharp.torch.Device -> Microsoft.ML.TorchSharp.AutoFormerV2.AutoFormerV2
Public Sub New (numClasses As Integer, embedChannels As List(Of Integer), depths As List(Of Integer), numHeads As List(Of Integer), Optional device As torch.Device = Nothing)

パラメーター

numClasses
Int32

オブジェクト カテゴリの数。

embedChannels
List<Int32>

モデルのスケールを制御する埋め込みチャネル。

depths
List<Int32>

モデルのスケールを制御するブロックの数。

numHeads
List<Int32>

モデルのスケールを制御するヘッドの数。

device
TorchSharp.torch.Device

モデル推論が行われるデバイス。

適用対象