tacotron
tacotron copied to clipboard
i have some mistake need you help,very much
(tensorflow) wtx@wtx-Vostro-230:~/tacotron$ python preprocess_zh.py --dataset ljspeech 0%| | 0/13100 [00:00<?, ?it/s]concurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/concurrent/futures/process.py", line 175, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/home/wtx/tacotron/datasets/ljspeech.py", line 53, in _process_utterance wav = audio.load_wav(wav_path) File "/home/wtx/tacotron/util/audio.py", line 11, in load_wav return librosa.core.load(path, sr=hparams.sample_rate)[0] File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/librosa/core/audio.py", line 107, in load with audioread.audio_open(os.path.realpath(path)) as input_file: File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/audioread/init.py", line 107, in audio_open backends = available_backends() File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/audioread/init.py", line 86, in available_backends if ffdec.available(): File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/audioread/ffdec.py", line 108, in available creationflags=PROC_FLAGS, File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/audioread/ffdec.py", line 94, in popen_multiple return subprocess.Popen(cmd, *args, **kwargs) File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/subprocess.py", line 709, in init restore_signals, start_new_session) File "/home/wtx/anaconda3/envs/tensorflow/lib/python3.6/subprocess.py", line 1344, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'avconv': 'avconv' """
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "preprocess_zh.py", line 51, in
I am trying to train on a non- english database and i face similar issues.
oncurrent.futures.process._RemoteTraceback: """ Traceback (most recent call last): File "d:\python\Lib\concurrent\futures\process.py", line 232, in process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "C:\Users\Eli\tacotron\datasets\crblp.py", line 55, in process_utterance wav = audio.load_wav(wav_path) File "C:\Users\Eli\tacotron\util\audio.py", line 11, in load_wav return librosa.core.load(path, sr=hparams.sample_rate)[0] File "D:\python\venv\lib\site-packages\librosa\core\audio.py", line 107, in load with audioread.audio_open(os.path.realpath(path)) as input_file: File "D:\python\venv\lib\site-packages\audioread_init.py", line 107, in audio_open backends = available_backends() File "D:\python\venv\lib\site-packages\audioread_init.py", line 86, in available_backends if ffdec.available(): File "D:\python\venv\lib\site-packages\audioread\ffdec.py", line 108, in available creationflags=PROC_FLAGS, File "D:\python\venv\lib\site-packages\audioread\ffdec.py", line 94, in popen_multiple return subprocess.Popen(cmd, *args, **kwargs) File "d:\python\Lib\subprocess.py", line 775, in init restore_signals, start_new_session) File "d:\python\Lib\subprocess.py", line 1178, in _execute_child startupinfo) FileNotFoundError: [WinError 2] The system cannot find the file specified """
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "preprocess.py", line 61, in
problem was resolved using tensorflow-gpu