Skip to content

semipy.pl.LitFixMatch

Warning

This section is in construction.

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

This class allows user to train a model with FixMatch 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.