This commit is contained in:
shahules786 2022-10-21 11:18:24 +05:30
parent 0d3bfd3412
commit 5d7ea582c9
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class EnhancerDataset(TaskDataset):
return { return {
"clean": clean_segment, "clean": clean_segment,
"noisy": noisy_segment, "noisy": noisy_segment,
"name": file_dict["clean"].split("/")[-1] + "->" + start_time, "name": file_dict["clean"].split("/")[-1] + "->" + str(start_time),
} }
def train__len__(self): def train__len__(self):