ProgramComputer commited on
Commit
70971e4
·
1 Parent(s): 7e25ca4

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -1
test.py CHANGED
@@ -290,7 +290,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
290
 
291
  def _generate_examples(self, paths, meta_paths):
292
  key = 0
293
- raise Exception(paths)
294
  for conf in paths:
295
  dataset_id = "vox1" if conf == "audio1" else "vox2"
296
  meta = pd.read_csv(
 
290
 
291
  def _generate_examples(self, paths, meta_paths):
292
  key = 0
 
293
  for conf in paths:
294
  dataset_id = "vox1" if conf == "audio1" else "vox2"
295
  meta = pd.read_csv(