摘要: mnist = tf.keras.datasets.mnist (x_train, y_train), (x_test, y_test) = mnist.load_data() x_train, x_test = x_train / 255.0, x_test / 255.0 model = tf. 阅读全文
posted @ 2020-10-15 18:31 付小同 阅读(100) 评论(0) 推荐(0) 编辑