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 (str) – Path to save logging information during the run
feature_strings (dict[int, str]) – Mapping of dictionaries to feature generation strings
model_path (str) – Path to model file
trans_paths (dict[int, str]) – Per dictionary transform paths
spk2utt_paths (dict[int, str]) – Per dictionary speaker to utterance mapping paths
tmp_lat_paths (dict[int, str]) – Per dictionary temporary lattice paths