摘要: import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data import numpy as np from skimage.io import imsave import os import shutil img_height = 28 img_width = 28 img_size = ... 阅读全文
posted @ 2017-09-01 16:58 PirateLHX 阅读(322) 评论(0) 推荐(0)