FineTuneArguments#

class montreal_forced_aligner.alignment.multiprocessing.FineTuneArguments(job_name, session, log_path, acoustic_model, lexicon_compilers, boundary_tolerance)[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 connections

  • log_path (Path) – Path to save logging information during the run

  • acoustic_model (AcousticModel) – Acoustic model

  • lexicon_compilers (dict[int, LexiconCompiler]) – Lexicon compilers

  • boundary_tolerance (float, optional) – Boundary tolerance, defaults to half the feature generation time step