Update test.py
Browse files
test.py
CHANGED
|
@@ -71,14 +71,7 @@ class imgdataset(datasets.GeneratorBasedBuilder):
|
|
| 71 |
},
|
| 72 |
),
|
| 73 |
|
| 74 |
-
|
| 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")
|