Montreal-Forced-Aligner icon indicating copy to clipboard operation
Montreal-Forced-Aligner copied to clipboard

Command line utility for forced alignment using Kaldi

Results 213 Montreal-Forced-Aligner issues
Sort by recently updated
recently updated
newest added

Hello, I have been experimenting with the pretrained English (US) MFA model in Python. ``` from montreal_forced_aligner.g2p.generator import PyniniGenerator from montreal_forced_aligner.models import G2PModel, ModelManager language = "english_us_mfa" manager = ModelManager()...

bug

**Debugging checklist** [ X] Have you updated to latest MFA version? [ X] Have you tried rerunning the command with the `--clean` flag? **Describe the issue** When trying to validate...

bug

**Debugging checklist** [x] Have you updated to latest MFA version? [x] Have you tried rerunning the command with the `--clean` flag? **Describe the issue** Runninf `mfa align --fine_tune` with the...

bug

**Debugging checklist** [X] Have you updated to latest MFA version? [X] Have you tried rerunning the command with the `--clean` flag? **Describe the issue** When training an acoustic model with...

bug

Hi! Sorry if I am posting here, but I wasn't sure whom to write to. I am planning to train an acoustic model for Albanian but I am not entirely...

I was training a new acoustic model with MFA 2.0.6 [command] mfa train $my_corpus_path english_us_mfa $align_json_dir --num_jobs 20 --clean --output_format=json --temporary_directory=$temp_dir Describe the issue After Finished exporting TextGrids to $align_json_dir,...

bug

**Debugging checklist** [x] Have you updated to latest MFA version? [x] Have you tried rerunning the command with the `--clean` flag? **Describe the issue** When running `mfa transcribe`, the output...

bug

I'm brand new to using MFA so sorry if I've missed anything! **Debugging checklist** [x] Have you updated to latest MFA version? [x] Have you tried rerunning the command with...

bug

Hi, all I have a request to generate the alignments for the Chinese and English hybrid dataset, but the pretrained model is either pure Chinese or English one. Therefore, I...

Debugging checklist [Yes] Have you updated to latest MFA version? [Yes] Have you tried rerunning the command with the --clean flag? Describe the issue: mfa validate/align does not support old...