CoolFace
Modelpublic

CLYang617/RemoteSensingChangeDetection-RSCD.HA2F

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes
__init__.py12 linesDownload Raw Back to layers
1# Copyright (c) Meta Platforms, Inc. and affiliates.2#3# This source code is licensed under the Apache License, Version 2.04# found in the LICENSE file in the root directory of this source tree.5 6from .dino_head import DINOHead7from .mlp import Mlp8from .patch_embed import PatchEmbed9from .swiglu_ffn import SwiGLUFFN, SwiGLUFFNFused10from .block import NestedTensorBlock11from .attention import MemEffAttention12