Class AiHyperParameters
Inheritance
AiHyperParameters
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AiHyperParameters
Properties
|
Edit this page
View Source
BatchSize
Declaration
[JsonProperty("batchSize")]
public long? BatchSize { get; set; }
Property Value
|
Edit this page
View Source
LearningRateMultiplier
Declaration
[JsonProperty("learningRateMultiplier")]
public float? LearningRateMultiplier { get; set; }
Property Value
|
Edit this page
View Source
NEpochs
Declaration
[JsonProperty("nEpochs")]
public long? NEpochs { get; set; }
Property Value