次の方法で共有


ConvLayer(Int32, Int32, Int32, Double) コンストラクター

定義

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

畳み込み層の展開率。

適用対象