Francisco Castillo commited on
Commit
1154fa3
1 Parent(s): e25e21d
Files changed (1) hide show
  1. fashion_mnist_label_drift.py +1 -0
fashion_mnist_label_drift.py CHANGED
@@ -162,6 +162,7 @@ class FashionMNISTLabelDrift(datasets.GeneratorBasedBuilder):
162
  prediction_ts=data['prediction_ts']
163
  images=data['image']
164
  labels=data['label']
 
165
  for idx, _ in enumerate(images):
166
  yield idx, {
167
  "prediction_ts":prediction_ts[idx],
 
162
  prediction_ts=data['prediction_ts']
163
  images=data['image']
164
  labels=data['label']
165
+ print(type(data['label'][0]))
166
  for idx, _ in enumerate(images):
167
  yield idx, {
168
  "prediction_ts":prediction_ts[idx],