如何使用相同格式的x_train,x_test,y_train和y_test

时间:2020-07-18 19:36:52

标签: keras deep-learning

这就是我想要做的。

enter image description here

from tensorflow.keras.datasets import cifar10

(x_train, y_train), (x_test, y_test) = cifar10.load_data()

0 个答案:

没有答案