TorchSharpBaseTrainer.Options Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public abstract class TorchSharpBaseTrainer.Options : Microsoft.ML.Transforms.TransformInputBase
type TorchSharpBaseTrainer.Options = class
inherit TransformInputBase
Public MustInherit Class TorchSharpBaseTrainer.Options
Inherits TransformInputBase
- Inheritance
- 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). |