From 827de9e2be23e63948aac7078a39e1bdd3fef5fb Mon Sep 17 00:00:00 2001 From: Desh Raj Date: Sat, 18 Mar 2023 11:09:46 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6ee0be7..0de4764 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ print(spyder.DER(ref, hyp, collar=0.2)) metrics = spyder.DER(ref, hyp) print(f"Reference speaker map: {metrics.ref_map}") print(f"Hypothesis speaker map: {metrics.hyp_map}") +# Reference speaker map: {'A': '0', 'B': '1'} +# Hypothesis speaker map: {'1': '0', '2': '2', '3': '1'} ``` ### Compute DER for multiple pairs of reference and hypothesis