Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1M<n<10M
ArXiv:
License:
🚩 Report: Not working
#23
by
Palthya
- opened
The test shard of ImageNet1k has all the labels of value -1.
dataset = load_dataset("imagenet-1k")
test_dataset = dataset['test']
test_data[86333]
{'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=500x375>,
'label': -1}
The value of 'label' is -1 for all the examples. Moreover there is no class that exists -1.