soobinseo/Transformer-TTS

Fitting personalized data

Opened this issue · 1 comments

Hi there, I'm trying to fit my own data using your model. However I met error like this "RuntimeError: CUDA error: device-side assert triggered". After some debugging I found this is because the mel length of my data exceeded the default decoder position embedding matrix length 1024. I would suggest maybe we should change the fix value 1024 to a dynamic value for fitting more dataset.

Thanks for your advice!
I will check it

Thank you