Skip to content

semipy.pl.LitAdaMatch

Warning

This section is in construction.

    class semipy.pl.LitAdaMatch(config: Union[dict, str]) -> None

This class allows user to train a model with AdaMatch method and PyTorch Lightning.

Parameters

  • config (dict, str) - Dictionary of parameters. To have a complete dictionary, use semipy.tools.get_config. If using a string, it should correspond to a path to a configuration YAML file.