共用方式為


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

到達這個數目的 Epoch 時停止定型。

PredictionColumnName

預測數據行名稱。

ScoreColumnName

評分數據行名稱。

StartLearningRateRatio

多項式衰減排程器的開始學習速率。

ValidationSet

定型時用來改善模型質量的驗證集。

WeightDecay

重量衰減的共效性。 應該在 [0, +Inf) 內。

適用於