摘要: import tensorflow as tf 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_ 阅读全文
posted @ 2023-02-17 23:37 China Soft 阅读(17) 评论(0) 推荐(0) 编辑