Update test.py
Browse files
test.py
CHANGED
|
@@ -34,7 +34,7 @@ class taskConfig(datasets.BuilderConfig):
|
|
| 34 |
|
| 35 |
class imgdataset(datasets.GeneratorBasedBuilder):
|
| 36 |
BUILDER_CONFIGS = [
|
| 37 |
-
|
| 38 |
name=task_name,
|
| 39 |
)
|
| 40 |
for task_name in task_list
|
|
|
|
| 34 |
|
| 35 |
class imgdataset(datasets.GeneratorBasedBuilder):
|
| 36 |
BUILDER_CONFIGS = [
|
| 37 |
+
taskConfig(
|
| 38 |
name=task_name,
|
| 39 |
)
|
| 40 |
for task_name in task_list
|