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

[SOLVED] ValueError: not enough values to unpack (expected 5, got 3) #56

Closed Traincraft101 closed 5 years ago

Traincraft101 commented 5 years ago

This error occurs whenever I run train.py 1 or prepo.py 2019-11-02 16:08:41.766338: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 Traceback (most recent call last): File "train.py", line 141, in g = Graph(num=num); print("Training Graph loaded") File "train.py", line 40, in init self.L, self.mels, self.mags, self.fnames, self.num_batch = get_batch() File "C:\Python36\dc_tts-master\data_load.py", line 92, in get_batch fpaths, text_lengths, texts = load_data() # list File "C:\Python36\dc_tts-master\data_load.py", line 65, in loaddata fname, , text, is_inside_quotes, duration = line.strip().split("|") ValueError: not enough values to unpack (expected 5, got 3)

Traincraft101 commented 5 years ago

I tried using "VS" instead of "LJ" for the transcript and wave files.