TorchSharpBaseTrainer.Options Class
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
Batch |
Number of samples to use for mini-batch training. |
Final |
The final learning rate for polynomial decay scheduler. |
Label |
The label column name. |
Max |
Stop training when reaching this number of epochs. |
Prediction |
The Prediction column name. |
Score |
The Score column name. |
Start |
The start learning rate for polynomial decay scheduler. |
Validation |
The validation set used while training to improve model quality. |
Weight |
Coefficiency of weight decay. Should be within [0, +Inf). |
Product | Versions |
---|---|
ML.NET | 3.0.0, 4.0.0, Preview |