Francisco Castillo commited on
Commit
27be507
1 Parent(s): b643d02
Files changed (1) hide show
  1. fashion_mnist_label_drift.py +2 -2
fashion_mnist_label_drift.py CHANGED
@@ -93,7 +93,7 @@ class FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
93
  "image": datasets.Image(),
94
  "label": datasets.features.ClassLabel(
95
  names= [
96
- "T - shirt / top",
97
  "Trouser",
98
  "Pullover",
99
  "Dress",
@@ -102,7 +102,7 @@ class FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
102
  "Shirt",
103
  "Sneaker",
104
  "Bag",
105
- "Ankle boot",
106
  ]
107
  ),
108
  }
 
93
  "image": datasets.Image(),
94
  "label": datasets.features.ClassLabel(
95
  names= [
96
+ "T-shirt",
97
  "Trouser",
98
  "Pullover",
99
  "Dress",
 
102
  "Shirt",
103
  "Sneaker",
104
  "Bag",
105
+ "Ankle-boot",
106
  ]
107
  ),
108
  }