Datasets:
Rename validation to train
Browse files- vox_celeb.py +1 -1
vox_celeb.py
CHANGED
@@ -330,7 +330,7 @@ class VoxCeleb(datasets.GeneratorBasedBuilder):
|
|
330 |
|
331 |
return [
|
332 |
datasets.SplitGenerator(
|
333 |
-
name="
|
334 |
gen_kwargs={
|
335 |
"paths": mapped_paths["placeholder"],
|
336 |
"meta_paths": metadata,
|
|
|
330 |
|
331 |
return [
|
332 |
datasets.SplitGenerator(
|
333 |
+
name="train",
|
334 |
gen_kwargs={
|
335 |
"paths": mapped_paths["placeholder"],
|
336 |
"meta_paths": metadata,
|