We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e19f87 commit 5937565Copy full SHA for 5937565
mmlearn/tasks/__init__.py
@@ -1,7 +1,7 @@
1
"""Modules for pretraining, downstream and evaluation tasks."""
2
3
from mmlearn.tasks.contrastive_pretraining import ContrastivePretraining
4
-from mmlearn.tasks.ijepa_pretraining import IJEPA
+from mmlearn.tasks.ijepa import IJEPA
5
from mmlearn.tasks.zero_shot_classification import ZeroShotClassification
6
from mmlearn.tasks.zero_shot_retrieval import ZeroShotCrossModalRetrieval
7
0 commit comments