mirror of https://github.com/coqui-ai/TTS.git
Loader text bug fix
This commit is contained in:
parent
6a5414d4f6
commit
4a741c64b3
|
@ -26,9 +26,7 @@ class TestLJSpeechDataset(unittest.TestCase):
|
|||
ref_level_db=c.ref_level_db,
|
||||
num_freq=c.num_freq,
|
||||
power=c.power,
|
||||
preemphasis=c.preemphasis,
|
||||
min_mel_freq=c.min_mel_freq,
|
||||
max_mel_freq=c.max_mel_freq)
|
||||
preemphasis=c.preemphasis)
|
||||
|
||||
def test_loader(self):
|
||||
if ok_ljspeech:
|
||||
|
@ -169,9 +167,7 @@ class TestKusalDataset(unittest.TestCase):
|
|||
ref_level_db=c.ref_level_db,
|
||||
num_freq=c.num_freq,
|
||||
power=c.power,
|
||||
preemphasis=c.preemphasis,
|
||||
min_mel_freq=c.min_mel_freq,
|
||||
max_mel_freq=c.max_mel_freq)
|
||||
preemphasis=c.preemphasis)
|
||||
|
||||
def test_loader(self):
|
||||
if ok_kusal:
|
||||
|
|
Loading…
Reference in New Issue