Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteur committed Feb 3, 2025
1 parent 0171696 commit db15e0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
File renamed without changes.
2 changes: 0 additions & 2 deletions oml/registry/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from torch import nn

from oml.interfaces.models import IExtractor, IPairwiseModel
from oml.models.audio.ecapa_tdnn.extractor import ECAPATDNNExtractor
from oml.models.meta.projection import ExtractorWithMLP
from oml.models.meta.siamese import (
ConcatSiamese,
Expand All @@ -23,7 +22,6 @@
"vit_clip": ViTCLIPExtractor,
"vit_unicom": ViTUnicomExtractor,
"extractor_with_mlp": ExtractorWithMLP,
"ecapa_tdnn": ECAPATDNNExtractor,
}

PAIRWISE_MODELS_REGISTRY = {
Expand Down

0 comments on commit db15e0f

Please sign in to comment.