Commit
·
b736b44
1
Parent(s):
37cbdd2
Update test.py
Browse files
test.py
CHANGED
@@ -303,7 +303,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
303 |
for root, dirs, files in os.walk(".", topdown=False):
|
304 |
raise Exception(files)
|
305 |
for name in dirs:
|
306 |
-
|
307 |
|
308 |
dataset_path = next(Path(path).iterdir())
|
309 |
dataset_format = dataset_path.name
|
|
|
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())
|
309 |
dataset_format = dataset_path.name
|