摘要: ``` # @time : 2020/1/5 22:39 # @author : x1aolata # @file : mnist_train.py # @script : 训练简单手写数字识别模型-直接全连接-用于测试模型保存与转化 from __future__ import print_function import tensorflow as tf from tensorflow.exam 阅读全文
posted @ 2020-01-08 11:37 x1aolata 阅读(252) 评论(0) 推荐(0) 编辑