File size: 300 Bytes
1ea7ba6 | 1 2 3 4 5 6 7 | """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``.
"""
|