Zihao commited on
Commit
769a402
·
1 Parent(s): f846c8c
Files changed (1) hide show
  1. zhlds.py +2 -2
zhlds.py CHANGED
@@ -132,8 +132,8 @@ class ELEVATER(datasets.GeneratorBasedBuilder):
132
  "files_for_local_usage": ["test.zip"],
133
  "num_images": 4952
134
  },
135
- "labelmap": "labels.txt",
136
- "num_classes": 20,
137
  citation=_VOC_2007_CLASSIFICATION_CITATION,
138
  url=_BASE_URL,
139
  )
 
132
  "files_for_local_usage": ["test.zip"],
133
  "num_images": 4952
134
  },
135
+ "labelmap"="labels.txt",
136
+ "num_classes"=20,
137
  citation=_VOC_2007_CLASSIFICATION_CITATION,
138
  url=_BASE_URL,
139
  )