Kyubyong / dc_tts

A TensorFlow Implementation of DC-TTS: yet another text-to-speech model
Apache License 2.0
1.16k stars 370 forks source link

FileNotFoundError: [Errno 2] No such file or directory: #75

Closed StalkerMeyr closed 4 years ago

StalkerMeyr commented 4 years ago

C:\Users\admin_2\Desktop\dc_tts-master>python prepo.py Traceback (most recent call last): File "prepo.py", line 17, in <module> fpaths, _, _ = load_data() # list File "C:\Users\admin_2\Desktop\dc_tts-master\data_load.py", line 63, in load_data lines = codecs.open(transcript, 'r', 'utf-8').readlines() File "C:\Users\admin_2\AppData\Local\Programs\Python\Python37\lib\codecs.py", line 904, in open file = builtins.open(filename, mode, buffering) FileNotFoundError: [Errno 2] No such file or directory: '/glados/transcript.csv' The transcript.csv file lies along this path, but does not see it