Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mmlearn/tasks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from mmlearn.tasks.contrastive_pretraining import ContrastivePretraining
from mmlearn.tasks.ijepa import IJEPA
from mmlearn.tasks.linear_evaluation import LinearEvaluation
from mmlearn.tasks.zero_shot_classification import ZeroShotClassification
from mmlearn.tasks.zero_shot_retrieval import ZeroShotCrossModalRetrieval

Expand All @@ -11,4 +12,5 @@
"IJEPA",
"ZeroShotCrossModalRetrieval",
"ZeroShotClassification",
"LinearEvaluation",
]
Loading