imagenet_resized

מערך נתונים זה מורכב ממערך הנתונים של ImageNet ששונה לגודל קבוע. התמונות כאן הן אלה שסופקו על ידי Chrabaszcz et. אל. באמצעות שיטת שינוי גודל התיבה.

ל- ImageNet שנדגמה למטה ללמידה ללא פיקוח ראה downsampled_imagenet .

לְפַצֵל דוגמאות
'train' 1,281,167
'validation' 50,000
  • מפתחות בפיקוח (ראה as_supervised doc ): ('image', 'label')

  • ציטוט :

@article{chrabaszcz2017downsampled,
  title={A downsampled variant of imagenet as an alternative to the cifar datasets},
  author={Chrabaszcz, Patryk and Loshchilov, Ilya and Hutter, Frank},
  journal={arXiv preprint arXiv:1707.08819},
  year={2017}
}

imagenet_resized/8x8 (תצורת ברירת המחדל)

  • תיאור תצורה : גודל התמונות השתנה ל-8x8

  • גודל הורדה : 237.11 MiB

  • גודל מערך נתונים : 378.49 MiB

  • מבנה תכונה :

FeaturesDict({
    'image': Image(shape=(8, 8, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
תמונה תמונה (8, 8, 3) uint8
תווית ClassLabel int64

רְאִיָה

imagenet_resized/16x16

  • תיאור תצורה : גודל התמונות השתנה ל-16x16

  • גודל הורדה : 923.34 MiB

  • גודל מערך נתונים : 955.67 MiB

  • מבנה תכונה :

FeaturesDict({
    'image': Image(shape=(16, 16, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
תמונה תמונה (16, 16, 3) uint8
תווית ClassLabel int64

רְאִיָה

imagenet_resized/32x32

  • תיאור תצורה : גודל התמונות השתנה ל-32x32

  • גודל הורדה : 3.46 GiB

  • גודל ערכת נתונים : 2.93 GiB

  • מבנה תכונה :

FeaturesDict({
    'image': Image(shape=(32, 32, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
תמונה תמונה (32, 32, 3) uint8
תווית ClassLabel int64

רְאִיָה

imagenet_resized/64x64

  • תיאור תצורה : גודל התמונות השתנה ל-64x64

  • גודל הורדה : 13.13 GiB

  • גודל מערך נתונים : 10.29 GiB

  • מבנה תכונה :

FeaturesDict({
    'image': Image(shape=(64, 64, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1000),
})
  • תיעוד תכונה :
תכונה מעמד צוּרָה Dtype תיאור
FeaturesDict
תמונה תמונה (64, 64, 3) uint8
תווית ClassLabel int64

רְאִיָה