modlee.recommender package
Submodules
Module contents
Recommender for models.
- modlee.recommender.from_modality_task(modality, task, *args, **kwargs)[source]
Return a Recommender object based on the modality and task. Currently supports:
image
— classification — segmentation - text — classification
- Parameters:
modality – The modality as a string, e.g. “image”, “text”.
task – The task as a string, e.g. “classification”, “segmentation”.
- Returns:
The RecommenderObject, if it exists.