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
Currently if one runs auto_vot_decode.py --vot_tier vot --vot_mark vot config/voicedTestWavList.txt config/voicedTestTgList.txt models/VoicedModel.classifier the code runs for some time before crashing on one of the files with the following error:
16:37:07.944 [VotDecode] INFO: Decoding completed. Traceback (most recent call last): File "/home/michael/autovot/autovot/bin/auto_vot_decode.py", line 235, in <module> auto_vot_tier.append(Interval(textgrid.xmin(), xmin_preds[0], )) IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Currently if one runs
auto_vot_decode.py --vot_tier vot --vot_mark vot config/voicedTestWavList.txt config/voicedTestTgList.txt models/VoicedModel.classifier
the code runs for some time before crashing on one of the files with the following error:16:37:07.944 [VotDecode] INFO: Decoding completed. Traceback (most recent call last): File "/home/michael/autovot/autovot/bin/auto_vot_decode.py", line 235, in <module> auto_vot_tier.append(Interval(textgrid.xmin(), xmin_preds[0], )) IndexError: list index out of range
The text was updated successfully, but these errors were encountered: