Closed akshetpandey closed 8 months ago
Debugging checklist
mfa version
--clean
Describe the issue When running the CLI, passing in --beam and --retry-beam are not parsed as valid options and are instead passed as arguments.
--beam
--retry-beam
> mfa align_one --beam=400 --retry_beam=1000 -t /mfa_data -j 4 --clean --use_threading --use_postgres --single_speaker /mfa_data/my_corpus/recordedNames.wav /mfa_data/my_corpus/recordedNames.txt english_mfa english_mfa /mfa_data/my_corpus_aligned/recordedNames.TextGrid Usage: mfa align_one [OPTIONS] SOUND_FILE_PATH TEXT_FILE_PATH DICTIONARY_PATH ACOUSTIC_MODEL_PATH OUTPUT_PATH ╭─ Error ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ Invalid value for 'SOUND_FILE_PATH': File '--beam=400' does not exist. │ ╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
Desktop (please complete the following information):
Ahh this is only an issue if the flags are the the beginning. Moving the flags to after the positional arguments fixed it.
Debugging checklist
mfa version
?--clean
flag?Describe the issue When running the CLI, passing in
--beam
and--retry-beam
are not parsed as valid options and are instead passed as arguments.Desktop (please complete the following information):