shithub: opus

ref: 24b7eab4a30bd4fb3769fc532ab0d8af379c255d
dir: /dnn/torch/fwgan/models/__init__.py/

View raw version
from .fwgan400 import FWGAN400ContLarge
from .fwgan500 import FWGAN500Cont

model_dict = {
    'fwgan400': FWGAN400ContLarge,
    'fwgan500': FWGAN500Cont
}