Emotional-Text-to-Speech / dl-for-emo-tts

:computer: :robot: A summary on our attempts at using Deep Learning approaches for Emotional Text to Speech :speaker:
MIT License
409 stars 44 forks source link

How do train this model with another language like bangla? Or how do I Fine tune the model with bangla datasets? #2

Closed FarhadGazi closed 1 year ago

FarhadGazi commented 2 years ago

Hello there, I am doing my final year project which is similar to this model but I want to Build an emotional tts in Bangla. And I want to run the model in colab. Your response will be appreciated.

jinny1208 commented 2 years ago

@FarhadGazi Hi, this is a different question, but were you able to run the provided ipynb file in colab? I cant get the demo to work and continue to get the error "FileNotFoundError: [Errno 2] No such file or directory: 'trained_models/ssrn.pth'"

madaanpulkit commented 1 year ago

@FarhadGazi Hi, this is a different question, but were you able to run the provided ipynb file in colab? I cant get the demo to work and continue to get the error "FileNotFoundError: [Errno 2] No such file or directory: 'trained_models/ssrn.pth'"

3

madaanpulkit commented 1 year ago

Hello there, I am doing my final year project which is similar to this model but I want to Build an emotional tts in Bangla. And I want to run the model in colab. Your response will be appreciated.

If you have enough data you can train from scratch on the same model pipeline, if not fine-tuning might be the best way forward. Do go through the README.md to understand what suits your case