-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Description
Short description
All labels in the test split of the car196 dataset are 196
Environment information
- Operating System: CentOS Linux release 7.5.1804 (Core)
- Python version: 3.6
tensorflow-datasets/tfds-nightlyversion: 1.3.0tensorflow/tensorflow-gpu/tf-nightly/tf-nightly-gpuversion: 1.14.0
Reproduction instructions
train, data_info = tfds.load(name="cars196", split='test', with_info=True)
for example in train.take(10):
image, label = example["image"], example["label"]
image_buffer = tf.image.encode_jpeg(image)
print("Label: %d" % label.numpy())
Link to logs
If applicable, <link to gist with logs, stack trace>
Expected behavior
What you expected to happen.
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
