Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] YourTTS alignment is weird #3736

Open
thivux opened this issue May 13, 2024 · 0 comments
Open

[Bug] YourTTS alignment is weird #3736

thivux opened this issue May 13, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@thivux
Copy link

thivux commented May 13, 2024

Describe the bug

I am training YourTTS model on VCTK using the recipe provided in this repo. But the alignment seems off, and the audio output is not great, as it often skips over words.

Below is the alignment plot. I tried both using VITS checkpoint trained on LJSpeech for 1M steps (like in the paper), and starting from scratch, but the alignment is still the same. Can someone confirm if the current code for training YourTTS is working or not? Thanks.
image

eval losses:
image

To Reproduce

Expected behavior

  • good audio, good alignment

Logs

No response

Environment

{
    "CUDA": {
        "GPU": [
            "A100-SXM4-40GB"
        ],
        "available": true,
        "version": "11.8"
    },
    "Packages": {
        "PyTorch_debug": false,
        "PyTorch_version": "2.1.1",
        "TTS": "0.22.0",
        "numpy": "1.22.0"
    },
    "System": {
        "OS": "Linux",
        "architecture": [
            "64bit",
            "ELF"
        ],
        "processor": "x86_64",
        "python": "3.9.18",
        "version": "#152-Ubuntu SMP Wed Nov 23 20:19:22 UTC 2022"
    }
}

Additional context

No response

@thivux thivux added the bug Something isn't working label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant