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:
MfaArgumentsArguments 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 runtree_path (
Path) – Path to tree filemodel_path (
Path) – Path to model fileframe_shift (int) – Frame shift in ms
position_dependent_phones (bool) – Flag for whether to use position dependent phones
grouped_phones (dict[str, list[str]]) – Grouped lists of phones