Mass refactoring

This commit is contained in:
erogol
2020-07-17 11:16:05 +02:00
parent 3bc38517aa
commit 82dd465365
148 changed files with 3698 additions and 13887 deletions
+2 -2
View File
@@ -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'