随笔分类 -  cifar-10

cifar-10数据集的可视化
摘要:import numpy as np from PIL import Image import pickle import os CHANNEL = 3 WIDTH = 32 HEIGHT = 32 data = [] labels=[] classification = ['airplane','automobile','bird','cat','deer','dog','frog... 阅读全文
posted @ 2019-08-26 13:34 一杯明月 阅读(1216) 评论(0) 推荐(0)