expressive_tacotron
expressive_tacotron copied to clipboard
getting file not found error when i run train.py even when i m having file
(tf-gpu) [pranaw@login expressive_tacotron-master]$ python train.py
Traceback (most recent call last):
File "train.py", line 101, in
I had to remove the first "/", at the beginning of the url for the path to work. In hyperparams.py, line 16, replace
test_data = '/data/private/voice/LJSpeech-1.0/metadata.csv'
by
test_data = 'data/private/voice/LJSpeech-1.0/metadata.csv'