SiddiqueAkhonda
commited on
Commit
•
f805278
1
Parent(s):
0140f09
Update msynth.py
Browse files
msynth.py
CHANGED
@@ -395,9 +395,10 @@ class msynth(datasets.GeneratorBasedBuilder):
|
|
395 |
new_data_dir.append(data_dir[loc])
|
396 |
loc += 1
|
397 |
else:
|
398 |
-
new_data_dir.append(
|
399 |
count += 1
|
400 |
-
|
|
|
401 |
for path in new_data_dir:
|
402 |
res_dic = {}
|
403 |
if path == "None":
|
|
|
395 |
new_data_dir.append(data_dir[loc])
|
396 |
loc += 1
|
397 |
else:
|
398 |
+
new_data_dir.append("None")
|
399 |
count += 1
|
400 |
+
new_data_dir.append("None")
|
401 |
+
|
402 |
for path in new_data_dir:
|
403 |
res_dic = {}
|
404 |
if path == "None":
|