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

AISHELL1 with cut_set.normalize_loudness #90

Open
lifeiteng opened this issue Apr 15, 2023 · 0 comments
Open

AISHELL1 with cut_set.normalize_loudness #90

lifeiteng opened this issue Apr 15, 2023 · 0 comments

Comments

@lifeiteng
Copy link
Owner

I used cut_set.normalize_loudness because the loudness of aishell audio files is small, https://github.com/lifeiteng/vall-e/blob/main/valle/bin/tokenizer.py#L173

                if args.prefix == "aishell":
                    # NOTE: the loudness of aishell audio files is around -33
                    # The best way is datamodule --on-the-fly-feats --enable-audio-aug
                    cut_set = cut_set.normalize_loudness(
                        target=-20.0, affix_id=True
                    )

But model's accuracy drops a lot. I have not figure it out.
image

Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant