摘要: #!/usr/bin/env pythonimport tensorflow as tfimport osimport numpy as npimport refrom PIL import Imageimport matplotlib.pyplot as plt# In[2]:class Node 阅读全文
posted @ 2018-11-24 21:47 rongye 阅读(1109) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tfimport osimport tarfileimport requests# In[2]:# inception模型下载地址inception_pretrain_model_url = 'http://download.tensorflow.org/m 阅读全文
posted @ 2018-11-24 20:54 rongye 阅读(435) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python# coding: utf-8# In[1]:import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:# 载入数据集mnist = in 阅读全文
posted @ 2018-11-24 20:38 rongye 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-11-24 19:56 rongye 阅读(323) 评论(0) 推荐(0) 编辑
摘要: import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:# 载入数据集mnist = input_data.read_data_sets("MNIST_data/", one_h 阅读全文
posted @ 2018-11-24 19:16 rongye 阅读(262) 评论(0) 推荐(0) 编辑
摘要: Iter 0, Testing Accuracy= 0.9366Iter 1, Testing Accuracy= 0.9602Iter 2, Testing Accuracy= 0.9677Iter 3, Testing Accuracy= 0.9735Iter 4, Testing Accura 阅读全文
posted @ 2018-11-24 18:10 rongye 阅读(805) 评论(0) 推荐(0) 编辑