mailong25 / self-supervised-speech-recognition

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

How to predict under windows ? #59

Open lecidhugo opened 3 years ago

lecidhugo commented 3 years ago

Hi, I trained the model under Linux and every thing went fine. However, I wish to use the model under windows for prediction only. But, Kenlm and wav2letter cannot be installed under windows. Is there any workaround ? Thanks,