jxzhanggg / nonparaSeq2seqVC_code

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

Did you use a silence symbol? #31

Closed youngsuenXMLY closed 4 years ago

youngsuenXMLY commented 4 years ago

What do 'pau' and 'SOS/EOS' in symbol list mean? 'pau' means silence pause and 'SOS/EOS' means start or end of a sentence? How to use 'pau' and 'SOS/EOS'?

jxzhanggg commented 4 years ago

Hi, yes, 'SOS/EOS' means "start of sentence" and "end of sentence" and "pau" is silence pause. It depends whether your phoneme transcriptions contain those two labels. The data preprocess code now won't generate "pau" or "SOS/EOS" token, so they're not used now.