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
相關文章
相關標籤/搜索