摘要:
# step 0 数据的导入和加载 ``` (x, y), (x_val, y_val) = datasets.mnist.load_data() x = tf.convert_to_tensor(x, dtype=tf.float32) / 255. y = tf.convert_to_tenso 阅读全文
posted @ 2023-06-15 16:36
lipu123
阅读(23)
评论(0)
推荐(0)
摘要:
# 1 数据集  使用灰度图片处理,每一张图片大小都标准化为一个28行,28列,每一个像素点的灰度值是0 阅读全文
posted @ 2023-06-15 00:26
lipu123
阅读(51)
评论(0)
推荐(0)

浙公网安备 33010602011771号