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] sil causes word-pronunciation mismatch only when training #476

Closed
jeffmielke opened this issue Jun 21, 2022 · 0 comments · Fixed by #480
Closed

[BUG] sil causes word-pronunciation mismatch only when training #476

jeffmielke opened this issue Jun 21, 2022 · 0 comments · Fixed by #480
Assignees
Labels

Comments

@jeffmielke
Copy link

Debugging checklist

[x] Have you updated to latest MFA version?
[x] Have you tried rerunning the command with the --clean flag?

Describe the issue
A clear and concise description of what the bug is.

Training acoustic models ends in an error like KeyError: ('a', 'G UH1 D') where the p in pron_mapping[(w, p)] is always for a word that appears after the w in the corpus ("a good" in this case). This seems similar to #471, because the problem goes away if I remove all sil pronunciations from the dictionary. But this issue only seems to happen when training.

For Reproducing your issue
Please fill out the following:

  1. Corpus structure
    • What language is the corpus in? English
    • How many files/speakers? 30/42
    • Are you using lab files or TextGrid files for input? TextGrid
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one? no
    • If it's a custom dictionary, what is the phoneset? arpabet
  3. Acoustic model
    • If you're using an acoustic model, is it one download through MFA? If so, which one? n/a
    • If it's a model you've trained, what data was it trained on? trying to train on a subset of the Raleigh corpus

Log file
Please attach the log file for the run that encountered an error (by default these will be stored in ~/Documents/MFA).
train_acoustic_model.log

Desktop (please complete the following information):

  • OS: [e.g. Windows, OSX, Linux] Linux
  • Version [e.g. MacOSX 10.15, Ubuntu 20.04, Windows 10, etc] Ubuntu 20.04
  • Any other details about the setup (Cloud, Docker, etc)

Additional context
Add any other context about the problem here.

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

Successfully merging a pull request may close this issue.

2 participants