Let's look at the shapes of those objects: (x_train, y_train), (x_test, y_test) = mnist.load_data() print(np.shape(x_train)) ...
確定! 回上一頁