mirror of
https://github.com/wassname/TTS.git
synced 2026-09-24 13:10:16 +08:00
Mass refactoring
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import unittest
|
||||
import torch as T
|
||||
|
||||
from TTS.utils.generic_utils import save_checkpoint, save_best_model
|
||||
from TTS.layers.tacotron import Prenet
|
||||
from TTS.tts.utils.generic_utils import save_checkpoint, save_best_model
|
||||
from TTS.tts.layers.tacotron import Prenet
|
||||
|
||||
OUT_PATH = '/tmp/test.pth.tar'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user