Datasets:
updated Spatial457.py
Browse files- Spatial457.py +1 -1
Spatial457.py
CHANGED
@@ -43,7 +43,7 @@ class Spatial457(datasets.GeneratorBasedBuilder):
|
|
43 |
|
44 |
return [
|
45 |
datasets.SplitGenerator(
|
46 |
-
name=datasets.Split.
|
47 |
gen_kwargs={"json_file": task_json, "image_dir": image_dir}
|
48 |
)
|
49 |
]
|
|
|
43 |
|
44 |
return [
|
45 |
datasets.SplitGenerator(
|
46 |
+
name=datasets.Split.VALIDATION,
|
47 |
gen_kwargs={"json_file": task_json, "image_dir": image_dir}
|
48 |
)
|
49 |
]
|