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