TTS
TTS copied to clipboard
Add Delightful-TTS model
model implementation from: https://arxiv.org/pdf/2110.12612.pdf
@erogol The most recent push of code I know works and is currently training a model. after I confirm it converges Ill clean up the code and write the docs for the model
@erogol I'm working on fixing a bug in unittest but the code to the model is ready to start the review
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Any idea when this will be merged? And will it have a pre-trained model?
is this PR for Delightful TTS 1 or Delightful TTS 2 (https://arxiv.org/abs/2207.04646)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
@loganhart420 lets wrap up this PR
Would we have a trained model ?
On Sun, 14 May 2023 at 3:38 PM Eren Gölge @.***> wrote:
@loganhart420 https://github.com/loganhart420 lets wrap up this PR
— Reply to this email directly, view it on GitHub https://github.com/coqui-ai/TTS/pull/2095#issuecomment-1546867214, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGS5WW24GACUO25ME47RDS3XGCY35ANCNFSM6AAAAAARNXTJQE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Mr. Bashir, CEO, AMOXT Pvt. Ltd
@loganhart420 lets wrap up this PR
doing it now, should I just put the pertained weights in a draft release?
Would we have a trained model ? On Sun, 14 May 2023 at 3:38 PM Eren Gölge @.> wrote: @loganhart420 https://github.com/loganhart420 lets wrap up this PR — Reply to this email directly, view it on GitHub <#2095 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGS5WW24GACUO25ME47RDS3XGCY35ANCNFSM6AAAAAARNXTJQE . You are receiving this because you are subscribed to this thread.Message ID: @.> -- Mr. Bashir, CEO, AMOXT Pvt. Ltd
yea
is this PR for Delightful TTS 1 or Delightful TTS 2 (https://arxiv.org/abs/2207.04646)
1
Awesome!
On Sun, 14 May 2023 at 6:15 PM logan hart @.***> wrote:
Would we have a trained model ? On Sun, 14 May 2023 at 3:38 PM Eren Gölge @.> wrote: @loganhart420 https://github.com/loganhart420 https://github.com/loganhart420 https://github.com/loganhart420 lets wrap up this PR — Reply to this email directly, view it on GitHub <#2095 (comment) https://github.com/coqui-ai/TTS/pull/2095#issuecomment-1546867214>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGS5WW24GACUO25ME47RDS3XGCY35ANCNFSM6AAAAAARNXTJQE https://github.com/notifications/unsubscribe-auth/AGS5WW24GACUO25ME47RDS3XGCY35ANCNFSM6AAAAAARNXTJQE . You are receiving this because you are subscribed to this thread.Message ID: @.> -- Mr. Bashir, CEO, AMOXT Pvt. Ltd
yea
— Reply to this email directly, view it on GitHub https://github.com/coqui-ai/TTS/pull/2095#issuecomment-1546898332, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGS5WW4NFZEHQJM7LLZ4RYTXGDLHDANCNFSM6AAAAAARNXTJQE . You are receiving this because you are subscribed to this thread.Message ID: @.***>
-- Mr. Bashir, CEO, AMOXT Pvt. Ltd
@erogol I've tested everything on local and all tests are fixed but I keep on getting a pyworld failed install so I'm going to let you decide when to merge. I think it might be a problem with our GitHub tests since it's failing to install TTS. PR should be ready tho
@loganhart420 you should rebase the current dev. It may fix the issue as all the tests are passing on the dev.
or just remove pyworld from requirements. We dropped it in the latest version of TTS
Does this PR include the model?
@loganhart420 can you fix the CI issues?