shithub: opus

ref: 247ea8367395a95e5be2a7a9c5dfb8025a3f367e
dir: /dnn/torch/fwgan/models/__init__.py/

View raw version
from .fwgan400 import FWGAN400ContLarge
from .fwgan500 import FWGAN500Cont

model_dict = {
    'fwgan400': FWGAN400ContLarge,
    'fwgan500': FWGAN500Cont
}