摘要:
#查看当前tensorflow的版本 tf.__version__ #标签可以用数组做映射 class_names = ['T-shirt/top', 'Trouser', 'Pullover', 'Dress', 'Coat', 'Sandal', 'Shirt', 'Sneaker', 'Bag 阅读全文
摘要:
#预处理数据 import tensorflow as tf #加载数据 fashion_mnist = tf.keras.datasets.fashion_mnist (train_images,train_labels),(test_images,test_labels) = fashion_m 阅读全文