Commit
·
37cbdd2
1
Parent(s):
b40a87d
Update test.py
Browse files
test.py
CHANGED
@@ -302,7 +302,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
302 |
for path in paths[conf]:
|
303 |
for root, dirs, files in os.walk(".", topdown=False):
|
304 |
raise Exception(files)
|
305 |
-
|
306 |
print(os.path.join(root, name))
|
307 |
|
308 |
dataset_path = next(Path(path).iterdir())
|
|
|
302 |
for path in paths[conf]:
|
303 |
for root, dirs, files in os.walk(".", topdown=False):
|
304 |
raise Exception(files)
|
305 |
+
for name in dirs:
|
306 |
print(os.path.join(root, name))
|
307 |
|
308 |
dataset_path = next(Path(path).iterdir())
|