You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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?
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.
The text was updated successfully, but these errors were encountered:
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
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):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: