摘要: # 安装 TensorFlow import tensorflow as tf #载入并准备好 MNIST 数据集。将样本从整数转换为浮点数: mnist = tf.keras.datasets.mnist (x_train, y_train), (x_test, y_test) = mnist.l 阅读全文
posted @ 2022-04-25 16:16 白-white 阅读(144) 评论(0) 推荐(0)