Sdílet prostřednictvím


LearningRateScheduler Struct

Definition

Learning rate scheduler enum.

public readonly struct LearningRateScheduler : IEquatable<Azure.ResourceManager.MachineLearning.Models.LearningRateScheduler>
type LearningRateScheduler = struct
Public Structure LearningRateScheduler
Implements IEquatable(Of LearningRateScheduler)
Inheritance
LearningRateScheduler
Implements

Constructors

LearningRateScheduler(String)

Initializes a new instance of LearningRateScheduler.

Properties

None

No learning rate scheduler selected.

Step

Step learning rate scheduler.

WarmupCosine

Cosine Annealing With Warmup.

Methods

Equals(LearningRateScheduler)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LearningRateScheduler, LearningRateScheduler)

Determines if two LearningRateScheduler values are the same.

Implicit(String to LearningRateScheduler)

Converts a string to a LearningRateScheduler.

Inequality(LearningRateScheduler, LearningRateScheduler)

Determines if two LearningRateScheduler values are not the same.

Applies to