共用方式為


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

定義

初始化 Attention 類別的新執行個體。

public Attention (int inChannels, int keyChannels, int numHeads = 8, int attnRatio = 4, System.Collections.Generic.List<int> windowResolution = default);
new Microsoft.ML.TorchSharp.AutoFormerV2.Attention : int * int * int * int * System.Collections.Generic.List<int> -> Microsoft.ML.TorchSharp.AutoFormerV2.Attention
Public Sub New (inChannels As Integer, keyChannels As Integer, Optional numHeads As Integer = 8, Optional attnRatio As Integer = 4, Optional windowResolution As List(Of Integer) = Nothing)

參數

inChannels
Int32

輸入通道。

keyChannels
Int32

金鑰通道。

numHeads
Int32

區塊數目。

attnRatio
Int32

注意的比例。

windowResolution
List<Int32>

視窗的解析度。

適用於