Skip to main content

run_modeller

Run a task from a yaml config file.

Module

Functions

run

def run(    path_to_config_yaml: Union[str, os.PathLike],    require_all_pods: bool = False,    model_out: pathlib.Path = PosixPath('output-model.pt'),)> None:

Runs a modeller from a config file.

Arguments

  • path_to_config_yaml: Path to the config YAML file.
  • require_all_pods: Whether to require all pods to accept the task before continuing.
  • model_out: Path to save the model to (if applicable).