Alanox commited on
Commit
6dd52df
1 Parent(s): 1e7c7d9

[FIX]Class label

Browse files

We don't know the values for classlabel yet

Files changed (1) hide show
  1. stanford-dogs.py +1 -1
stanford-dogs.py CHANGED
@@ -25,7 +25,7 @@ class StanfordDogs(datasets.GeneratorBasedBuilder):
25
  {
26
  "name": datasets.Value("string"),
27
  "annotations": datasets.Array2D(shape=(None, 4), dtype="int32"),
28
- "target": datasets.ClassLabel("string"),
29
  "image": datasets.Image(),
30
  }
31
  ),
 
25
  {
26
  "name": datasets.Value("string"),
27
  "annotations": datasets.Array2D(shape=(None, 4), dtype="int32"),
28
+ "target": datasets.Value("string"),
29
  "image": datasets.Image(),
30
  }
31
  ),