Show / Hide Table of Contents

Class TFewTrainingConfig

The TFEW training method hyperparameters.

Inheritance
object
TrainingConfig
TFewTrainingConfig
Inherited Members
TrainingConfig.TotalTrainingEpochs
TrainingConfig.LearningRate
TrainingConfig.TrainingBatchSize
TrainingConfig.EarlyStoppingPatience
TrainingConfig.EarlyStoppingThreshold
TrainingConfig.LogModelMetricsIntervalInSteps
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
public class TFewTrainingConfig : TrainingConfig
In this article
Back to top