ProgramComputer commited on
Commit
f240218
·
1 Parent(s): f686341

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +3 -2
test.py CHANGED
@@ -297,9 +297,10 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
297
  index_col=0,
298
  engine="python",
299
  )
300
- for root, dirs, files in os.walk(path):
301
- raise Exception(files)
302
  for path in paths[conf]:
 
 
303
  dataset_path = next(Path(path).iterdir())
304
  dataset_format = dataset_path.name
305
  for speaker_path in dataset_path.iterdir():
 
297
  index_col=0,
298
  engine="python",
299
  )
300
+
 
301
  for path in paths[conf]:
302
+ for root, dirs, files in os.walk(path):
303
+ raise Exception(files)
304
  dataset_path = next(Path(path).iterdir())
305
  dataset_format = dataset_path.name
306
  for speaker_path in dataset_path.iterdir():