tensorflow 训练mnist,及模型保存成pb文件

#!/usr/bin/python # -*- coding:utf-8 -*- import input_data as input import tensorflow as tf from tensorflow.python.framework import graph_util #全链接神经网络训练手写字体 def testMnist():     mnist = input.read_da
相关文章
相关标签/搜索