sh-lee-prml / BigVGAN

Unofficial pytorch implementation of BigVGAN: A Universal Neural Vocoder with Large-Scale Training
MIT License
130 stars 16 forks source link

Use for tokens in vocoder only training #3

Closed skol101 closed 2 years ago

skol101 commented 2 years ago

Do I understand correctly that tokens are required only for VITS training?

sh-lee-prml commented 2 years ago

Yes. You just need the tokens only for VITS model. For vocoder, you can train the model only with wav files. Simply, remove some parts about text preprocessing. Sorry for the inconvenience.