ref: 6ad03ae03e3b37dc472c291e4e77997bf64e6965 dir: /dnn/torch/fwgan/models/__init__.py/
from .fwgan400 import FWGAN400ContLarge from .fwgan500 import FWGAN500Cont model_dict = { 'fwgan400': FWGAN400ContLarge, 'fwgan500': FWGAN500Cont }