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
session (
sqlalchemy.orm.scoped_session
or str) – SqlAlchemy scoped session or string for database connectionslog_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