tf.keras.datasets.cifar10.load_data

View source on GitHub

Loads CIFAR10 dataset.

tf.keras.datasets.cifar10.load_data()

Returns:

Tuple of Numpy arrays: (x_train, y_train), (x_test, y_test).