次の方法で共有


AutoFormerV2Backbone コンストラクター

定義

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

public AutoFormerV2Backbone (int inChannels = 3, System.Collections.Generic.List<int> embedChannels = default, System.Collections.Generic.List<int> depths = default, System.Collections.Generic.List<int> numHeads = default, System.Collections.Generic.List<int> windowSizes = default, double mlpRatio = 4, double dropRate = 0, double mbconvExpandRatio = 4, System.Collections.Generic.List<int> outIndices = default, bool useShiftWindow = true, bool useInterpolate = false, System.Collections.Generic.List<int> outChannels = default);
new Microsoft.ML.TorchSharp.AutoFormerV2.AutoFormerV2Backbone : int * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * System.Collections.Generic.List<int> * double * double * double * System.Collections.Generic.List<int> * bool * bool * System.Collections.Generic.List<int> -> Microsoft.ML.TorchSharp.AutoFormerV2.AutoFormerV2Backbone
Public Sub New (Optional inChannels As Integer = 3, Optional embedChannels As List(Of Integer) = Nothing, Optional depths As List(Of Integer) = Nothing, Optional numHeads As List(Of Integer) = Nothing, Optional windowSizes As List(Of Integer) = Nothing, Optional mlpRatio As Double = 4, Optional dropRate As Double = 0, Optional mbconvExpandRatio As Double = 4, Optional outIndices As List(Of Integer) = Nothing, Optional useShiftWindow As Boolean = true, Optional useInterpolate As Boolean = false, Optional outChannels As List(Of Integer) = Nothing)

パラメーター

inChannels
Int32

入力チャネル。

embedChannels
List<Int32>

埋め込みチャネル。

depths
List<Int32>

各レイヤー内のブロックの数。

numHeads
List<Int32>

BasicLayer のヘッドの数。

windowSizes
List<Int32>

ウィンドウのサイズ。

mlpRatio
Double

MLP の比率。

dropRate
Double

ドロップの比率。

mbconvExpandRatio
Double

MBConv の展開率。

outIndices
List<Int32>

出力のインデックス。

useShiftWindow
Boolean

シフト ウィンドウを使用するかどうか。

useInterpolate
Boolean

補間を使用するかどうか。

outChannels
List<Int32>

各出力のチャネル。

適用対象