vlomme / Multi-Tacotron-Voice-Cloning

Phoneme multilingual(Russian-English) voice cloning based on
https://github.com/CorentinJ/Real-Time-Voice-Cloning
Other
385 stars 96 forks source link

OOM Error by additional text to be spoken #5

Closed ZirumAndBigBro closed 4 years ago

ZirumAndBigBro commented 4 years ago

I have a problem inserting additional text to be spoken into the toolbox. The additional lines cause the vocoder to crash with out of memory error. Trying with the original code from CorentinJ and code from here I found that activating g2p in toolbox / init caused this error. Apparently the g2p binds the resources that are important for other neural networks and does not release them when it has finished its task. Can you fix that somehow?

Thank you

vlomme commented 4 years ago

fixed