ValueError: too many values to unpack (expected 3)
JaistZhanhangZhang opened this issue · 1 comments
JaistZhanhangZhang commented
Hello, I tried the code but facing a bug.
nonparaSeq2seqVC_code-master/pre-train/reader/reader.py", line 18, in read_text start, end, phone = line.strip().split() ValueError: too many values to unpack (expected 3)
It seems that in read_text
function, It need the ".phones" files,
however by using "extract_features.py", the phones files is
ae s k hh er t ax b r ih ng dh iy z th ih ng z w ih dh hh er f r ah m dh ax s t ao r
How can I get the right format of phones?
JaistZhanhangZhang commented
solved