Table of Contents

Property UseGradientCheckpointing

Namespace
LMKit.Finetuning
Assembly
LM-Kit.NET.dll

UseGradientCheckpointing

Determines whether gradient checkpointing is enabled. Gradient checkpointing can reduce memory usage by approximately 50% at the cost of increased runtime. Disabling checkpointing may accelerate fine-tuning if sufficient RAM is available.

public bool UseGradientCheckpointing { get; set; }

Property Value

bool

The default value is true.