Remove TTSDatasetCached. It is merged to TTSDataset.py

This commit is contained in:
Eren Golge
2018-12-31 13:20:15 +01:00
parent 345e87b181
commit 37476e136c
3 changed files with 4 additions and 166 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ from utils.data import (prepare_data, pad_per_step, prepare_tensor,
class MyDataset(Dataset):
# TODO: Not finished yet.
# TODO: Merge to TTSDataset.py, but it is not fast as it is supposed to be
def __init__(self,
root_path,
meta_file,