InitialFmllrArguments#

class montreal_forced_aligner.transcription.multiprocessing.InitialFmllrArguments(job_name, session, log_path, working_directory, ali_model_path, model_path, fmllr_options)[source]#

Bases: MfaArguments

Arguments for InitialFmllrFunction

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 run

  • dictionaries (list[int]) – List of dictionary ids

  • feature_strings (dict[int, str]) – Mapping of dictionaries to feature generation strings

  • model_path (Path) – Path to model file

  • fmllr_options (dict[str, Any]) – fMLLR options

  • pre_trans_paths (dict[int, Path]) – Per dictionary pre-fMLLR lattice paths

  • lat_paths (dict[int, Path]) – Per dictionary lattice paths

  • spk2utt_paths (dict[int, Path]) – Per dictionary speaker to utterance mapping paths