Class GeminiTuningSnapshot
Record for a single tuning step.
public class GeminiTuningSnapshot
- Inheritance
-
GeminiTuningSnapshot
- Extension Methods
Fields
ComputeTime
The timestamp when this metric was computed.
public DateTime ComputeTime
Field Value
Epoch
The epoch this step was part of.
public int Epoch
Field Value
MeanLoss
The mean loss of the training examples for this step.
public float MeanLoss
Field Value
Step
The tuning step.
public int Step