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] #862

Open
floppaselfbot opened this issue Jan 2, 2025 · 0 comments
Open

[BUG] #862

floppaselfbot opened this issue Jan 2, 2025 · 0 comments
Assignees
Labels

Comments

@floppaselfbot
Copy link

Debugging checklist

[ ] Have you read the troubleshooting page (https://montreal-forced-aligner.readthedocs.io/en/latest/user_guide/troubleshooting.html) and searched the documentation to ensure that your issue is not addressed there?
[ ] Have you updated to latest MFA version (check https://montreal-forced-aligner.readthedocs.io/en/latest/changelog/changelog_3.0.html)? What is the output of mfa version?
[ ] Have you tried rerunning the command with the --clean flag?

Describe the issue
A clear and concise description of what the bug is.
no clue
For Reproducing your issue
install mfa, use it normally for like a day. reboot your computer and try using it again then it wont work

  1. Corpus structure
    • What language is the corpus in?
    • english
    • How many files/speakers?
    • 1
    • Are you using lab files or TextGrid files for input?
    • yes textgrid
  2. Dictionary
    • Are you using a dictionary from MFA? If so, which one?
    • english_us_arpa
    • If it's a custom dictionary, what is the phoneset?
  3. Acoustic model
    • If you're using an acoustic model, is it one download through MFA? If so, which one?
    • english_us_arpa acoustic
    • If it's a model you've trained, what data was it trained on?

Log file
there were no logs given in that dir but heres the log of the error
(new-mfa-env) PS C:\Users\a\skibidi\fart> mfa align "C:\Users\a\skibidi\fart\corpus" english_us_arpa english_us_arpa "C:\Users\a\skibidi\fart\output"
INFO Setting up corpus information...
INFO Found 1 speaker across 1 file, average number of utterances per speaker: 1.0
INFO Initializing multiprocessing jobs...
WARNING Number of jobs was specified as 3, but due to only having 1 speakers, MFA will only use 1 jobs. Use
the --single_speaker flag if you would like to split utterances across jobs regardless of their
speaker.
INFO Text already normalized.
INFO Generating MFCCs...
0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1 [ 0:00:01 < -:--:-- , ? it/s ]
INFO Calculating CMVN...
INFO Generating final features...
0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/1 [ 0:00:01 < -:--:-- , ? it/s ]
ERROR There was an error in the run, please see the log.
Exception ignored in atexit callback: <bound method ExitHooks.history_save_handler of <montreal_forced_aligner.command_line.mfa.ExitHooks object at 0x000000000C883430>>
Traceback (most recent call last):
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\command_line\mfa.py", line 110, in history_save_handler
raise self.exception
File "C:\Users\a\anaconda3\envs\new-mfa-env\Scripts\mfa-script.py", line 9, in
sys.exit(mfa_cli())
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\rich_click\rich_command.py", line 367, in call
return super().call(*args, **kwargs)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\click\core.py", line 1157, in call
return self.main(*args, **kwargs)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\rich_click\rich_command.py", line 152, in main
rv = self.invoke(ctx)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\click\core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\click\core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\click\core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\click\decorators.py", line 33, in new_func
return f(get_current_context(), *args, **kwargs)
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\command_line\align.py", line 121, in align_corpus_cli
aligner.align()
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\alignment\pretrained.py", line 362, in align
self.setup()
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\alignment\pretrained.py", line 208, in setup
self.load_corpus()
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\corpus\acoustic_corpus.py", line 1128, in load_corpus
self.generate_features()
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\corpus\acoustic_corpus.py", line 540, in generate_features
self.generate_final_features()
File "C:\Users\a\anaconda3\envs\new-mfa-env\lib\site-packages\montreal_forced_aligner\corpus\acoustic_corpus.py", line 487, in generate_final_features
raise FeatureGenerationError(
montreal_forced_aligner.exceptions.FeatureGenerationError: FeatureGenerationError:

No utterances had features, please check the logs in C:\Users\a\Documents\MFA\corpus\corpus\split1\log for errors.

Desktop (please complete the following information):

  • OS: windows
  • Version 11
  • Any other details about the setup (Cloud, Docker, etc)
  • anaconda powershell prompt

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

No branches or pull requests

2 participants