SaulLu commited on
Commit
8fb9faa
1 Parent(s): 197c016

aimprove doc

Browse files
Files changed (1) hide show
  1. Caltech-101.py +2 -1
Caltech-101.py CHANGED
@@ -177,7 +177,8 @@ class Caltech101(datasets.GeneratorBasedBuilder):
177
  _BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
178
  name="without_background_category",
179
  version=VERSION,
180
- description="Dataset containing only the 101 categories and their annotations.",
 
181
  )
182
 
183
  BUILDER_CONFIGS = [
 
177
  _BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
178
  name="without_background_category",
179
  version=VERSION,
180
+ description="Dataset containing only the 101 categories and their annotations "
181
+ "(object contours and box position).",
182
  )
183
 
184
  BUILDER_CONFIGS = [