mailong25 / self-supervised-speech-recognition

speech to text with self-supervised learning based on wav2vec 2.0 framework
380 stars 115 forks source link

How did you create lst file for train and test #6

Closed ThanhBarTN closed 3 years ago

ThanhBarTN commented 3 years ago

Hi Mr @mailong25, I'm having issue in generate train and test files. I see in your code that you're using 2 files which has lst extensions. But with my own datasets (for example: VLSP2020), I create my own train and test file and training process seems to work fine until this happened image Can you explain this. Thank you so much. Below are my 2 files test.txt train.txt

mailong25 commented 3 years ago

For all the paths listed in the lst file, check if the corresponding h5context existed. Also, make sure all the h5context files are created properly. Please refer to this https://github.com/facebookresearch/wav2letter/issues/436#issuecomment-655622793

ThanhBarTN commented 3 years ago

For all the paths listed in the lst file, check if the corresponding h5context existed. Also, make sure all the h5context files are created properly. Please refer to this facebookresearch/wav2letter#436 (comment)

Thanks sir, I'll check and ask for your help if any things happen