FineTuneArguments#

class montreal_forced_aligner.alignment.multiprocessing.FineTuneArguments(job_name, session, log_path, mfcc_computer, pitch_computer, lexicon_compiler, model_path, tree_path, align_options, phone_to_group_mapping, original_frame_shift)[source]#

Bases: MfaArguments

Arguments for AlignFunction

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

  • tree_path (Path) – Path to tree file

  • model_path (Path) – Path to model file

  • frame_shift (int) – Frame shift in ms

  • mfcc_options (dict[str, Any]) – MFCC computation options

  • pitch_options (dict[str, Any]) – Pitch computation options

  • align_options (dict[str, Any]) – Alignment options

  • position_dependent_phones (bool) – Flag for whether to use position dependent phones

  • grouped_phones (dict[str, list[str]]) – Grouped lists of phones