TorchSharpBaseTrainer.Options 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public abstract class TorchSharpBaseTrainer.Options : Microsoft.ML.Transforms.TransformInputBase
type TorchSharpBaseTrainer.Options = class
inherit TransformInputBase
Public MustInherit Class TorchSharpBaseTrainer.Options
Inherits TransformInputBase
- 繼承
- 衍生
建構函式
TorchSharpBaseTrainer.Options() |
欄位
BatchSize |
用於迷你批次定型的範例數目。 |
FinalLearningRateRatio |
多項式衰減排程器的最終學習速率。 |
LabelColumnName |
標籤資料列名稱。 |
MaxEpoch |
到達這個數目的 Epoch 時停止定型。 |
PredictionColumnName |
預測數據行名稱。 |
ScoreColumnName |
評分數據行名稱。 |
StartLearningRateRatio |
多項式衰減排程器的開始學習速率。 |
ValidationSet |
定型時用來改善模型質量的驗證集。 |
WeightDecay |
重量衰減的共效性。 應該在 [0, +Inf) 內。 |