FineTuneArguments#

class montreal_forced_aligner.alignment.multiprocessing.FineTuneArguments(job_name, db_string, log_path, phone_symbol_table_path, disambiguation_symbols_int_path, tree_path, model_path, frame_shift, mfcc_options, pitch_options, lda_options, align_options, position_dependent_phones, grouped_phones)[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