Files
MSGCoOp/Dassl.ProGrad.pytorch/dassl/modeling/network/__init__.py
2025-08-16 21:13:50 +08:00

6 lines
164 B
Python

from .build import build_network, NETWORK_REGISTRY # isort:skip
from .ddaig_fcn import (
fcn_3x32_gctx, fcn_3x64_gctx, fcn_3x32_gctx_stn, fcn_3x64_gctx_stn
)