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

IndexError: list index out of range #64

Open Waguitar opened 4 years ago

Waguitar commented 4 years ago

I get these error when I run python3 train.py

Traceback (most recent call last):

 File "train.py", line 139, in <module>
    num = int(sys.argv[1])

IndexError: list index out of range

AutoNaver commented 4 years ago

You have to specify a 1 or 2 after your cmd like:

python3 train.py 1

1 for Text2Mel 2 for SSRN.