Atul-Anand-Jha / Speaker-Identification-Python

Speaker Identification System (upto 100% accuracy); built using Python 2.7 and python_speech_features library
GNU Lesser General Public License v3.0
207 stars 75 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'E:/Speaker-Identification-Python-master/Speaker-Identification-Python-master/development_set/Aditya-001/Aditya_2.wav' #19

Closed ligiahote closed 4 years ago

ligiahote commented 4 years ago

I need help to solve this error, please.

E:\Anaconda\envs\tensor\pythonw.exe E:/Speaker-Identification-Python-master/Speaker-Identification-Python-master/modeltraining.py Aditya-001/Aditya_1.wav Aditya-001/Aditya_2.wav Traceback (most recent call last): File "E:/Speaker-Identification-Python-master/Speaker-Identification-Python-master/modeltraining.py", line 32, in sr, audio = read(source + path) File "E:\Anaconda\envs\tensor\lib\site-packages\scipy\io\wavfile.py", line 233, in read fid = open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'E:/Speaker-Identification-Python-master/Speaker-Identification-Python-master/development_set/Aditya-001/Aditya_2.wav'