VoxForge
when i am running $HVite -A -D -T 1 -l '*' -o SWT -b SENT-END -C config -H hmm7/macros -H hmm7/hmmdefs -i aligned.mlf -m -t 250.0 150.0 1000.0 -y lab -a -I words.mlf -S train.scp dict monophones1> HVite_log this commands in the console there is a message that Cannot open file2873.vec from train.scp.
If i run again this commands it is not finding another file. my train.scp contains all the file by the way. what should i do?
> Cannot open file2873.vec from train.scp.
this is probably a path issue with the files in your train.scp
It is sometimes easier to move a subset of you files into the directory where you are running HVite (modifying you train.scp to point to these), and once you get that working, then move them to where you want them...