diff options
| author | yum <yum.food.vr@gmail.com> | 2023-03-17 04:11:18 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2023-03-17 04:11:18 -0700 |
| commit | aaa0188da81056748ef8ffcd5ad86d6f4bffa6bd (patch) | |
| tree | 7f324c5031b6100d1158a4d7f0550ff5b0bd2e29 /Evaluate/evaluate.py | |
| parent | 5e30b2366a4a320f59ed7e0bfcfe72f5f8c9d108 (diff) | |
begin work disabling vad
Diffstat (limited to 'Evaluate/evaluate.py')
| -rw-r--r-- | Evaluate/evaluate.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Evaluate/evaluate.py b/Evaluate/evaluate.py index 81b3edf..9d4d2c4 100644 --- a/Evaluate/evaluate.py +++ b/Evaluate/evaluate.py @@ -44,5 +44,6 @@ if __name__ == "__main__": print(f"Duration: {t1 - t0}") print(f"Levenshtein distance: {dist}") - print(f"Transcript: {test_transcript}") + print(f"Control: {ref_transcript}") + print(f"Experiment: {test_transcript}") |
