XingjianL commited on
Commit
be55668
1 Parent(s): c2447c9

test split

Browse files
Files changed (1) hide show
  1. tomatotest.py +1 -1
tomatotest.py CHANGED
@@ -60,7 +60,7 @@ class RGBSemanticDepthDataset(GeneratorBasedBuilder):
60
  },
61
  ),
62
  SplitGenerator(
63
- name=Split.VAL,
64
  gen_kwargs={
65
  "archives": [dl_manager.iter_archive(archive) for archive in archives],
66
  "split_txt": "val.txt"
 
60
  },
61
  ),
62
  SplitGenerator(
63
+ name=Split.VALIDATION,
64
  gen_kwargs={
65
  "archives": [dl_manager.iter_archive(archive) for archive in archives],
66
  "split_txt": "val.txt"