RyanWW commited on
Commit
e7816d4
·
1 Parent(s): bc5623d

updated Spatial457.py

Browse files
Files changed (1) hide show
  1. 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.TRAIN,
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
  ]