DarkIR / archs /__init__.py
danifei's picture
add archs folder
d960e2d verified
raw
history blame
105 Bytes
from .nafnet_utils.arch_model import NAFNet
from .network import Network
__all__ = ['NAFNet','Network']