... y_train),(x_test, y_test) = mnist.load_data() x_train, x_test = x_train / 255.0, ... This is the example code of training a MNIST classifier.
確定! 回上一頁