correct import statements for tests

This commit is contained in:
Eren Golge
2018-12-11 15:07:50 +01:00
parent 6488d5e305
commit 0b35e8e949
5 changed files with 14 additions and 14 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, CBHG, Decoder, Encoder
from utils.generic_utils import save_checkpoint, save_best_model
from layers.tacotron import Prenet, CBHG, Decoder, Encoder
OUT_PATH = '/tmp/test.pth.tar'