DL-Art-School/codes/models/audio/tts/tacotron2/__init__.py
2022-03-16 12:04:00 -06:00

6 lines
288 B
Python

from models.audio.tts.tacotron2.taco_utils import *
from models.audio.tts.tacotron2.text import *
from models.audio.tts.tacotron2.tacotron2 import *
from models.audio.tts.tacotron2.stft import *
from models.audio.tts.tacotron2.layers import *
from models.audio.tts.tacotron2.loss import *