mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Testing update
This commit is contained in:
@@ -9,6 +9,8 @@ from TTS.datasets import LJSpeech, Kusal
|
||||
|
||||
file_path = os.path.dirname(os.path.realpath(__file__))
|
||||
c = load_config(os.path.join(file_path, 'test_config.json'))
|
||||
ok_kusal = os.path.exists(c.data_path_Kusal)
|
||||
ok_ljspeech = os.path.exists(c.data_path_LJSpeech)
|
||||
|
||||
|
||||
class TestLJSpeechDataset(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user