p0p4k / vits2_pytorch

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

Have anyone tried to decrease the feature channels of the model? #80

Open JohnHerry opened 4 months ago

JohnHerry commented 4 months ago

Hi, all We are trying to decrease the model size. as this project set, the feature channels are 192 (inter_channels=192, hidden_channels=192), has anyone tried to lower the channels, eg.160 ? tell me the result if you have tried and thank you very much. and a config file of the decreased model is welcome.