DL-Art-School/dlas/models/audio/tts/tacotron2/__init__.py
2023-03-21 15:38:42 +00: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 *