We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b695e1 commit fe4e795Copy full SHA for fe4e795
1 file changed
algorithms/FaceApi/FaceIdentifier.cs
@@ -80,7 +80,7 @@ private async Task<bool> WaitForTrainingToFinish(string groupId)
80
return true;
81
82
case TrainingStatusType.Failed:
83
- await Console.Error.WriteLineAsync($"Training of model {groupId} failed");
+ await Console.Error.WriteLineAsync($"Training of model {groupId} failed: ${status.Message}");
84
return false;
85
}
86
0 commit comments