Table of Contents

Property UnresolvedImageCount

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

UnresolvedImageCount

Number of image references that could not be resolved. Relative paths resolve beside the dataset file or inside its ZIP archive; data URIs and inline base64 resolve anywhere. A dataset whose images all fail to resolve would silently train text-only, so consumers surface this count instead.

public int UnresolvedImageCount { get; }

Property Value

int
Share