ProgramComputer commited on
Commit
caae15d
·
1 Parent(s): 9629a28

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -304,7 +304,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
304
  engine="python",
305
  )
306
 
307
- for path in paths[conf]:
308
  #raise Exception([x for x in Path(path).glob('**/*')])
309
  # def find_mount_point(path):
310
  # path = os.path.realpath(path)
 
304
  engine="python",
305
  )
306
 
307
+ for path in paths[conf].values():
308
  #raise Exception([x for x in Path(path).glob('**/*')])
309
  # def find_mount_point(path):
310
  # path = os.path.realpath(path)