ConvLayer(Int32, Int32, Int32, Double) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ConvLayer 類別的新執行個體。
public ConvLayer(int inChannels, int outChannels, int depth, double convExpandRatio = 4);
new Microsoft.ML.TorchSharp.AutoFormerV2.ConvLayer : int * int * int * double -> Microsoft.ML.TorchSharp.AutoFormerV2.ConvLayer
Public Sub New (inChannels As Integer, outChannels As Integer, depth As Integer, Optional convExpandRatio As Double = 4)
參數
- inChannels
- Int32
輸入通道。
- outChannels
- Int32
輸出通道。
- depth
- Int32
區塊數目。
- convExpandRatio
- Double
捲積層的展開比例。