jxzhanggg / nonparaSeq2seqVC_code

Implementation code of non-parallel sequence-to-sequence VC
MIT License
248 stars 56 forks source link

ValueError: too many values to unpack (expected 3) #52

Closed JaistZhanhangZhang closed 1 year ago

JaistZhanhangZhang commented 1 year ago

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 1 year ago

solved