SpiceNet / code /src /dg /__init__.py
Noushad999's picture
Upload folder using huggingface_hub
1ea7ba6 verified
Raw
History Blame Contribute Delete
300 Bytes
"""ARC-V / Paper-2 domain-generalization modules.
Feature-diversification and alignment building blocks used both as standalone DG
baselines and as components of the ARC-V method (see paper/ARCV_METHOD_DESIGN.md).
Import submodules directly, e.g. ``from src.dg.mixstyle import MixStyle``.
"""