train

lightning_pose.train.train(cfg: DictConfig | ListConfig, model_dir: str | Path | None = None, skip_evaluation: bool = False) Model[source]

Trains a model using the configuration cfg. Saves model to model_dir (defaults to cwd if unspecified).