ProgramComputer
commited on
Commit
•
2d62c82
1
Parent(s):
cc849bc
Update test.py
Browse files
test.py
CHANGED
@@ -314,6 +314,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
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:
|
|
|
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:
|