mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
add text parameters in config.json
This commit is contained in:
@@ -38,6 +38,7 @@ class TestTTSDataset(unittest.TestCase):
|
||||
c.text_cleaner,
|
||||
ap=self.ap,
|
||||
meta_data=items,
|
||||
tp=c.text if 'text' in c.keys() else None,
|
||||
batch_group_size=bgs,
|
||||
min_seq_len=c.min_seq_len,
|
||||
max_seq_len=float("inf"),
|
||||
|
||||
Reference in New Issue
Block a user