摘要: #查看当前tensorflow的版本 tf.__version__ #标签可以用数组做映射 class_names = ['T-shirt/top', 'Trouser', 'Pullover', 'Dress', 'Coat', 'Sandal', 'Shirt', 'Sneaker', 'Bag 阅读全文
posted @ 2023-09-08 08:06 立体风 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #预处理数据 import tensorflow as tf #加载数据 fashion_mnist = tf.keras.datasets.fashion_mnist (train_images,train_labels),(test_images,test_labels) = fashion_m 阅读全文
posted @ 2023-09-08 07:36 立体风 阅读(25) 评论(0) 推荐(0) 编辑