FineTuneArguments#
- class montreal_forced_aligner.alignment.multiprocessing.FineTuneArguments(job_name, session, log_path, acoustic_model, lexicon_compilers, boundary_tolerance)[source]#
Bases:
MfaArgumentsArguments for
AlignFunction- Parameters:
job_name (int) – Integer ID of the job
session (
sqlalchemy.orm.scoped_sessionor str) – SqlAlchemy scoped session or string for database connectionslog_path (
Path) – Path to save logging information during the runacoustic_model (
AcousticModel) – Acoustic modellexicon_compilers (dict[int,
LexiconCompiler]) – Lexicon compilersboundary_tolerance (float, optional) – Boundary tolerance, defaults to half the feature generation time step