public sealed class DistillationHyperParameters : IMessage<DistillationHyperParameters>, IEquatable<DistillationHyperParameters>, IDeepCloneable<DistillationHyperParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DistillationHyperParameters.
Hyperparameters for Distillation.
Implements
IMessageDistillationHyperParameters, IEquatableDistillationHyperParameters, IDeepCloneableDistillationHyperParameters, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DistillationHyperParameters()
public DistillationHyperParameters()
DistillationHyperParameters(DistillationHyperParameters)
public DistillationHyperParameters(DistillationHyperParameters other)
Parameter | |
---|---|
Name | Description |
other |
DistillationHyperParameters |
Properties
AdapterSize
public SupervisedHyperParameters.Types.AdapterSize AdapterSize { get; set; }
Optional. Adapter size for distillation.
Property Value | |
---|---|
Type | Description |
SupervisedHyperParametersTypesAdapterSize |
EpochCount
public long EpochCount { get; set; }
Optional. Number of complete passes the model makes over the entire training dataset during training.
Property Value | |
---|---|
Type | Description |
long |
HasEpochCount
public bool HasEpochCount { get; }
Gets whether the "epoch_count" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLearningRateMultiplier
public bool HasLearningRateMultiplier { get; }
Gets whether the "learning_rate_multiplier" field is set
Property Value | |
---|---|
Type | Description |
bool |
LearningRateMultiplier
public double LearningRateMultiplier { get; set; }
Optional. Multiplier for adjusting the default learning rate.
Property Value | |
---|---|
Type | Description |
double |