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