次の方法で共有


TorchSharpBaseTrainer.Options クラス

定義

public abstract class TorchSharpBaseTrainer.Options : Microsoft.ML.Transforms.TransformInputBase
type TorchSharpBaseTrainer.Options = class
    inherit TransformInputBase
Public MustInherit Class TorchSharpBaseTrainer.Options
Inherits TransformInputBase
継承
TorchSharpBaseTrainer.Options
派生

コンストラクター

TorchSharpBaseTrainer.Options()

フィールド

BatchSize

ミニバッチ トレーニングに使用するサンプルの数。

FinalLearningRateRatio

多項式減衰スケジューラの最終的な学習率。

LabelColumnName

ラベル列名。

MaxEpoch

このエポック数に達したら、トレーニングを停止します。

PredictionColumnName

予測列名。

ScoreColumnName

[スコア付け] 列名。

StartLearningRateRatio

多項式減衰スケジューラの学習開始率。

ValidationSet

モデルの品質を向上させるためにトレーニング中に使用される検証セット。

WeightDecay

重量減衰の効率。 [0, +Inf)] 内にする必要があります。

適用対象