Share via


TorchSharpBaseTrainer.Options Class

Definition

public abstract class TorchSharpBaseTrainer.Options : Microsoft.ML.Transforms.TransformInputBase
type TorchSharpBaseTrainer.Options = class
    inherit TransformInputBase
Public MustInherit Class TorchSharpBaseTrainer.Options
Inherits TransformInputBase
Inheritance
TorchSharpBaseTrainer.Options
Derived

Constructors

TorchSharpBaseTrainer.Options()

Fields

BatchSize

Number of samples to use for mini-batch training.

FinalLearningRateRatio

The final learning rate for polynomial decay scheduler.

LabelColumnName

The label column name.

MaxEpoch

Stop training when reaching this number of epochs.

PredictionColumnName

The Prediction column name.

ScoreColumnName

The Score column name.

StartLearningRateRatio

The start learning rate for polynomial decay scheduler.

ValidationSet

The validation set used while training to improve model quality.

WeightDecay

Coefficiency of weight decay. Should be within [0, +Inf).

Applies to