minnnnn commited on
Commit
c8f23b2
·
1 Parent(s): 17202fc

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -34,7 +34,7 @@ class taskConfig(datasets.BuilderConfig):
34
 
35
  class imgdataset(datasets.GeneratorBasedBuilder):
36
  BUILDER_CONFIGS = [
37
- SampleConfig(
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