ProgramComputer
commited on
Commit
•
86c2f26
1
Parent(s):
2d62c82
Update test.py
Browse files
test.py
CHANGED
@@ -314,7 +314,6 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
314 |
#raise Exception(os.is_symlink(path))
|
315 |
#raise Exception(os.listdir(path))
|
316 |
try:
|
317 |
-
raise Exception(file)
|
318 |
t = tuple(file.split("::")[0].split("/")[2:])
|
319 |
_,dataset_format,speaker,video_id,clip_index= (None,) * (5 - len(t)) + t
|
320 |
except Exception:
|
|
|
314 |
#raise Exception(os.is_symlink(path))
|
315 |
#raise Exception(os.listdir(path))
|
316 |
try:
|
|
|
317 |
t = tuple(file.split("::")[0].split("/")[2:])
|
318 |
_,dataset_format,speaker,video_id,clip_index= (None,) * (5 - len(t)) + t
|
319 |
except Exception:
|