p0p4k / vits2_pytorch

unofficial vits2-TTS implementation in pytorch
https://arxiv.org/abs/2307.16430
MIT License
471 stars 84 forks source link

Discuss about using blank token in VITS2 #6

Closed ductho9799 closed 1 year ago

ductho9799 commented 1 year ago

The "add_blank" is True in vits2_ljs_base.json. In the original VITS paper, the authors said that they did not use the blank token. Can you explain to me why you set "add_blank" as True?

p0p4k commented 1 year ago

Yes, my bad. We can turn if off in the config. I missed that part. Thanks for the catch!