Mayfull commited on
Commit
bc857f9
·
verified ·
1 Parent(s): adcad33

Update coco-karpathy-with-image.py

Browse files
Files changed (1) hide show
  1. coco-karpathy-with-image.py +1 -1
coco-karpathy-with-image.py CHANGED
@@ -47,7 +47,7 @@ class SugarCrepeDataset(GeneratorBasedBuilder):
47
 
48
  return [
49
  SplitGenerator(
50
- name=Split.TEST,
51
  gen_kwargs={
52
  "examples_file": downloaded_files["examples"],
53
  "images_dir": os.path.join(downloaded_files["images"]),
 
47
 
48
  return [
49
  SplitGenerator(
50
+ name=Split.TRAIN,
51
  gen_kwargs={
52
  "examples_file": downloaded_files["examples"],
53
  "images_dir": os.path.join(downloaded_files["images"]),