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
I'm using your code for training on the PHOENIX dataset, but I'm encountering an issue where the Word Error Rate (WER) is consistently 100% during evaluation. Here’s a snippet of my training log:
[ Tue Sep 3 02:31:07 2024 ] Mean training loss: 9.5473120947.
100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 135/135 [02:34<00:00, 1.14s/it]
/share/work/latih15/VAC_CSLR_PHOENIX
preprocess.sh ./work_dir/baseline_res18/output-hypothesis-dev-conv.ctm ./work_dir/baseline_res18/tmp.ctm ./work_dir/baseline_res18/tmp2.ctm
Tue Sep 3 02:33:42 AM UTC 2024
Preprocess Finished.
sh: 1: ./software/sclite: not found
/bin/sh: 1: ./software/sclite: not found
Unexpected error: <class 'IndexError'>
[ Tue Sep 3 02:33:42 2024 ] Epoch 39, dev 100.00%
[ Tue Sep 3 02:33:42 2024 ] Dev WER: 100.00%
I noticed the errors related to sclite not being found, and I'm wondering if this might be causing the issue. I followed the configuration in baseline.yaml, but I'm not sure if I've missed anything. Below is my baseline.yaml configuration:
I'm using your code for training on the PHOENIX dataset, but I'm encountering an issue where the Word Error Rate (WER) is consistently 100% during evaluation. Here’s a snippet of my training log:
I noticed the errors related to sclite not being found, and I'm wondering if this might be causing the issue. I followed the configuration in baseline.yaml, but I'm not sure if I've missed anything. Below is my baseline.yaml configuration:
Could you advise on what might be going wrong? Do I need to adjust the sclite path or any other settings? Any help would be greatly appreciated.
Thank you!
The text was updated successfully, but these errors were encountered: