opus/dnn/torch/fwgan/models/__init__.py
2023-08-01 18:18:28 +02:00

7 lines
No EOL
156 B
Python

from .fwgan400 import FWGAN400ContLarge
from .fwgan500 import FWGAN500Cont
model_dict = {
'fwgan400': FWGAN400ContLarge,
'fwgan500': FWGAN500Cont
}