Commit
·
ee3636e
1
Parent(s):
9f10971
Update test.py
Browse files
test.py
CHANGED
@@ -305,7 +305,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
305 |
index_col=0,
|
306 |
engine="python",
|
307 |
)
|
308 |
-
raise Exception(paths[conf].values())
|
309 |
for path in paths[conf].values():
|
310 |
for file in path:
|
311 |
subdirs = [x[0] for x in os.walk(path)]
|
|
|
305 |
index_col=0,
|
306 |
engine="python",
|
307 |
)
|
|
|
308 |
for path in paths[conf].values():
|
309 |
for file in path:
|
310 |
subdirs = [x[0] for x in os.walk(path)]
|