minnnnn commited on
Commit
f7d0c7a
·
1 Parent(s): b17befc

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -8
test.py CHANGED
@@ -71,14 +71,7 @@ class imgdataset(datasets.GeneratorBasedBuilder):
71
  },
72
  ),
73
 
74
- datasets.SplitGenerator(
75
- name=datasets.Split.VALIDATION,
76
- # These kwargs will be passed to _generate_examples
77
- gen_kwargs={
78
- "filepath": os.path.join("/content/", "reg_dataset.csv"),
79
- "split": "reg",
80
- },
81
- ),
82
  ]
83
  def _download_image(self, filepath, split):
84
  print("3")
 
71
  },
72
  ),
73
 
74
+
 
 
 
 
 
 
 
75
  ]
76
  def _download_image(self, filepath, split):
77
  print("3")