Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model
Apache License 2.0
1.83k stars 436 forks source link

ValueError: not enough values to unpack (expected 3, got 1) #114

Open notbrian opened 6 years ago

notbrian commented 6 years ago

Getting this error when running train.py even though my transcript.csv is split into three columns?

miekrr commented 3 years ago

You are using Tensorflow2 but the project supports only Tensorflow v1