aimprove doc
Browse files- Caltech-101.py +3 -2
Caltech-101.py
CHANGED
|
@@ -171,12 +171,13 @@ class Caltech101(datasets.GeneratorBasedBuilder):
|
|
| 171 |
_BUILDER_CONFIG_WITH_BACKGROUND = datasets.BuilderConfig(
|
| 172 |
name="with_background_category",
|
| 173 |
version=VERSION,
|
| 174 |
-
description="Dataset containing only the 101 categories.",
|
| 175 |
)
|
| 176 |
_BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
|
| 177 |
name="without_background_category",
|
| 178 |
version=VERSION,
|
| 179 |
-
description="Dataset containing the 101 categories and the additonnal background one."
|
|
|
|
| 180 |
)
|
| 181 |
|
| 182 |
BUILDER_CONFIGS = [
|
|
|
|
| 171 |
_BUILDER_CONFIG_WITH_BACKGROUND = datasets.BuilderConfig(
|
| 172 |
name="with_background_category",
|
| 173 |
version=VERSION,
|
| 174 |
+
description="Dataset containing only the 101 categories and their annotations.",
|
| 175 |
)
|
| 176 |
_BUILDER_CONFIG_WITHOUT_BACKGROUND = datasets.BuilderConfig(
|
| 177 |
name="without_background_category",
|
| 178 |
version=VERSION,
|
| 179 |
+
description="Dataset containing the 101 categories and the additonnal background one. "
|
| 180 |
+
"No annotations.",
|
| 181 |
)
|
| 182 |
|
| 183 |
BUILDER_CONFIGS = [
|