debug
This commit is contained in:
parent
0d3bfd3412
commit
5d7ea582c9
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue