ppwwyyxx / speaker-recognition

A Speaker Recognition System
Apache License 2.0
675 stars 276 forks source link

what's the problem? #81

Closed deniz-ekiz closed 5 years ago

deniz-ekiz commented 5 years ago

I've two problems in training, segmentation fault(core dump) in predicting, no such file or directory : 'model.out' screenshot from 2018-12-07 10-00-02

ppwwyyxx commented 5 years ago

I've removed the instructions about the C++ GMM implementation. Training will not segfault if you do not compile the C++ GMM, then the code will use sklearn.

Predict says no such file or directory, because training is supposed to output a model if it succeeded.

deniz-ekiz commented 5 years ago

Thank you so much. It works. screenshot from 2018-12-07 10-45-41

ppwwyyxx commented 5 years ago

That's great to hear! Closing.