We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374a56 commit e16095dCopy full SHA for e16095d
tensorflow_datasets/image/imagewang.py
@@ -50,6 +50,10 @@
50
This dataset consists of the Imagenette dataset {size} variant.
51
"""
52
53
+_DESCRIPTION_SHORT = """\
54
+Imagewang contains Imagenette and Imagewoof combined.
55
+"""
56
+
57
_LABELS_FNAME = "image/imagewang_labels.txt"
58
_URL_PREFIX = "https://s3.amazonaws.com/fast-ai-imageclas"
59
_SIZES = ["full-size", "320px", "160px"]
@@ -77,7 +81,7 @@ def _make_builder_configs():
77
81
ImagewangConfig(
78
82
name=size,
79
83
size=size,
80
- description=_DESCRIPTION.format(size=size)))
84
+ description=_DESCRIPTION_SHORT))
85
return configs
86
87
0 commit comments