Kyubyong / tacotron

A TensorFlow Implementation of Tacotron: A Fully End-to-End Text-To-Speech Synthesis Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

notbrian opened this issue · comments

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

You are using Tensorflow2 but the project supports only Tensorflow v1