mailong25 / self-supervised-speech-recognition

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

How to disable shuffle in wav2vec during inference #49

Closed vigneshgig closed 3 years ago

vigneshgig commented 3 years ago

Hi, I just modified the code to work on batch inference. Now it able to do batch inference but I am getting shuffled predicted output. I tried to turn off all shuffle flags. but till the shuffled result. please help me out

Thanks, @mailong25