ppwwyyxx / speaker-recognition

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

ModuleNotFoundError: No module named 'ycm_core' #87

Closed RajHarry closed 5 years ago

RajHarry commented 5 years ago

The Errors.....I Got So Far.... 1) ModuleNotFoundError: No module named 'ycm_core' (src\gmm.ycm_extra_conf.py) 2) FileNotFoundError: [Errno 2] No such file or directory: 'test.data' (src\gmm\sklearn-gmm.py) -->where i can find test.data file..

ppwwyyxx commented 5 years ago
  1. The file src\gmm.ycm_extra_conf.py is not used by the project.
  2. The file src\gmm\sklearn-gmm.py is not used by the project.