from tensorflow.python import keras (x_train,y_train),(x_test,y_test) = keras.datasets.cifar100.load_data() print(x_train.shape) print(y_train.shape)