Property ContinueOnError
- Namespace
- LMKit.Finetuning.Export
- Assembly
- LM-Kit.NET.dll
ContinueOnError
Gets or sets a value indicating whether the exporter should continue when a single sample fails to process. When true, the failing sample is skipped and export proceeds to the next one. When false, the first failure aborts the entire export.
public bool ContinueOnError { get; set; }