FinalFmllrArguments#
- class montreal_forced_aligner.transcription.multiprocessing.FinalFmllrArguments(job_name, db_string, log_path, dictionaries, feature_strings, model_path, fmllr_options, trans_paths, spk2utt_paths, tmp_lat_paths)[source]#
Bases:
MfaArgumentsArguments for
FinalFmllrFunction- Parameters:
job_name (int) – Integer ID of the job
db_string (str) – String for database connections
log_path (
Path) – Path to save logging information during the runfeature_strings (dict[int, str]) – Mapping of dictionaries to feature generation strings
model_path (
Path) – Path to model filetrans_paths (dict[int, Path]) – Per dictionary transform paths
spk2utt_paths (dict[int, Path]) – Per dictionary speaker to utterance mapping paths
tmp_lat_paths (dict[int, Path]) – Per dictionary temporary lattice paths