Commit
·
eec3289
1
Parent(s):
9e74e3b
Update test.py
Browse files
test.py
CHANGED
@@ -303,7 +303,9 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
#raise Exception(paths)
|
305 |
subdirs = [x[0] for x in os.walk(path)]
|
306 |
-
|
|
|
|
|
307 |
#raise Exception(os.listdir(path))
|
308 |
dataset_path = next(Path(path).iterdir())
|
309 |
#dataset_format = dataset_path.name
|
|
|
303 |
#raise Exception([x for x in Path(path).glob('**/*')])
|
304 |
#raise Exception(paths)
|
305 |
subdirs = [x[0] for x in os.walk(path)]
|
306 |
+
os.chdir(path)
|
307 |
+
|
308 |
+
raise Exception(os.getcwd())
|
309 |
#raise Exception(os.listdir(path))
|
310 |
dataset_path = next(Path(path).iterdir())
|
311 |
#dataset_format = dataset_path.name
|