delta.utilities.loadmodels¶
- delta.utilities.loadmodels(toload: Optional[Tuple[str, ...]] = None) Dict[str, Any]¶
Load models (as specified in config.py)
- Parameters
- toloadtuple of str, or None, optional
Which of the 3 models to load. If None, cfg.models will be used. The default is None.
- Returns
- modelsdict
Dictionary containing the models specified.