In this example, Keras provides an API to conveniently access the CIFAR10 dataset, as shown: from keras.datasets import cifar10 (x_train, y_train), (x_test, ...
確定! 回上一頁