You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current evaluate.py in the asr_eval subproject is reading the text content from "gold" transcript file directly, but as we've seen, the "gold" files are quite noisy and need some clean-up (clamsproject/clams-utils#2) before being used for asr evaluation.
Since we have a new cleaner implementation (clamsproject/clams-utils#3), it's time to update the eval.py to use the cleaned copies of the transcript files.
Related
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
New Feature Summary
Current evaluate.py in the asr_eval subproject is reading the text content from "gold" transcript file directly, but as we've seen, the "gold" files are quite noisy and need some clean-up (clamsproject/clams-utils#2) before being used for asr evaluation.
Since we have a new cleaner implementation (clamsproject/clams-utils#3), it's time to update the eval.py to use the cleaned copies of the transcript files.
Related
No response
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: