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