LsrDecay 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.
This class implements linear scaling rule and LR decay. Implementation adopted from RESNET-CIFAR benchmark test in Tensorflow slim. https://github.com/tensorflow/models/blob/b974c3f95a37acedcc3c58566834c78fcae4b214/official/vision/image_classification/resnet_cifar_main.py
public sealed class LsrDecay : Microsoft.ML.Trainers.LearningRateScheduler
type LsrDecay = class
inherit LearningRateScheduler
Public NotInheritable Class LsrDecay
Inherits LearningRateScheduler
- Inheritance
Lsr |
Linear Scale rule and LR Decay construtor assigns a user defined LR scheduler. |
Lsr |
Linear Scale rule and LR Decay construtor assigns a default LR scheduler. |
Base |
Base Learning rate to start off with. |
Product | Versions |
---|---|
ML.NET | 1.4.0, 1.5.0, 1.6.0, 1.7.0, 2.0.0, 3.0.0, 4.0.0, Preview |