idiap / kaldi-ivector

Extension to Kaldi implementing the standard i-vector hyperparameter estimation and i-vector extraction procedure
Other
87 stars 25 forks source link

Does this repo still work with the latest Kaldi (5.3)? #4

Closed MaigoAkisame closed 6 years ago

MaigoAkisame commented 6 years ago

I tried to make this repo, but found that this repo depended on many things in the "src/thread" folder of Kaldi, which does not exist in the latest version of Kaldi.

For example:

So I wonder if this repo still works with the latest Kaldi?

mrsrikanth commented 6 years ago

Hello,

Thank you for reporting this. Yes, I confirm that it doesn't work on the latest Kaldi. I will work on fixing this in the coming weeks.

Thanks, Srikanth

MaigoAkisame commented 6 years ago

Thanks!

ajinkyakulkarni14 commented 6 years ago

On which version of Kaldi this tool works ?

mrsrikanth commented 6 years ago

Hello,

The compilation issues with latest Kaldi has been resolved. You should be able to use it now.

Thanks, Srikanth

ajinkyakulkarni14 commented 6 years ago

Thank You @mrsrikanth !