orthoseg.train#

orthoseg.train(config_path, config_overrules=None)#

Run a training session for the config specified.

Parameters:
  • config_path (Path) – Path to the config file to use.

  • config_overrules (list[str], optional) – list of config options that will overrule other ways to supply configuration. They should be specified in the form of “<section>.<key>=<value>”. Defaults to None.