ProgramComputer commited on
Commit
9fbbd6e
·
1 Parent(s): ee3636e

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +4 -4
test.py CHANGED
@@ -83,7 +83,7 @@ _URLS = {
83
  },
84
  "audio1": {
85
  "dev": {1:"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox1/vox1_dev_wav.zip"},
86
- "test": {1:"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox1/vox1_test_wav.zip"},
87
  },
88
  "audio2": {
89
  "dev":
@@ -307,9 +307,9 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
307
  )
308
  for path in paths[conf].values():
309
  for file in path:
310
- subdirs = [x[0] for x in os.walk(path)]
311
- raise Exception(subdirs)
312
- raise Exception(path)
313
  #raise Exception(os.is_symlink(path))
314
  #raise Exception(os.listdir(path))
315
  try:
 
83
  },
84
  "audio1": {
85
  "dev": {1:"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox1/vox1_dev_wav.zip"},
86
+ "test": {1:"https://huggingface.co/datasets/ProgramComputer/voxceleb/resolve/main/vox1/vox1_test_wav.zip"}
87
  },
88
  "audio2": {
89
  "dev":
 
307
  )
308
  for path in paths[conf].values():
309
  for file in path:
310
+ # subdirs = [x[0] for x in os.walk(path)]
311
+ # raise Exception(subdirs)
312
+ raise Exception(file)
313
  #raise Exception(os.is_symlink(path))
314
  #raise Exception(os.listdir(path))
315
  try: