Skip to content

Commit fe4e795

Browse files
committed
Log training failure error message
1 parent 2b695e1 commit fe4e795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algorithms/FaceApi/FaceIdentifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ private async Task<bool> WaitForTrainingToFinish(string groupId)
8080
return true;
8181

8282
case TrainingStatusType.Failed:
83-
await Console.Error.WriteLineAsync($"Training of model {groupId} failed");
83+
await Console.Error.WriteLineAsync($"Training of model {groupId} failed: ${status.Message}");
8484
return false;
8585
}
8686
}

0 commit comments

Comments
 (0)