标签: keras deep-learning
这就是我想要做的。
from tensorflow.keras.datasets import cifar10 (x_train, y_train), (x_test, y_test) = cifar10.load_data()