dataget.image.cifar100¶
Downloads the Cifar 100 dataset from University of Toronto's website and loads it as numpy
arrays.
import dataget X_train, y_train, X_test, y_test = dataget.image.cifar100().get()
Sample¶
Format¶
type | shape | dtype | |
---|---|---|---|
X_train | np.array | (50_000, 32, 32, 3) |
uint8 |
y_train | np.array | (50_000, 1) |
uint8 |
X_test | np.array | (10_000, 32, 32, 3) |
uint8 |
y_test | np.array | (10_000, 1) |
uint8 |
Info¶
- Folder name:
image_cifar100
- Size on disk:
178M