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