smhh24's picture
Upload 90 files
560b597 verified
raw
history blame contribute delete
179 Bytes
from .convnext import ConvNeXt
from .convnext2 import ConvNeXtV2
from .dinov2 import _make_dinov2_model
__all__ = [
"ConvNeXt",
"ConvNeXtV2",
"_make_dinov2_model",
]