摘要: ```python # -*- coding:utf-8 -*- import tensorflow as tf from tensorflow.examples.tutorials.mnist import input_data import os import argparse import sys DATA_DIR = os.path.join('.', 'mnist_link') # ... 阅读全文
posted @ 2018-07-29 21:29 Jiax 阅读(592) 评论(0) 推荐(0) 编辑