摘要:
#!/usr/bin/env pythonimport tensorflow as tfimport osimport numpy as npimport refrom PIL import Imageimport matplotlib.pyplot as plt# In[2]:class Node 阅读全文
摘要:
import tensorflow as tfimport osimport tarfileimport requests# In[2]:# inception模型下载地址inception_pretrain_model_url = 'http://download.tensorflow.org/m 阅读全文
摘要:
#!/usr/bin/env python# coding: utf-8# In[1]:import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:# 载入数据集mnist = in 阅读全文
摘要:
阅读全文
摘要:
import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:# 载入数据集mnist = input_data.read_data_sets("MNIST_data/", one_h 阅读全文
摘要:
Iter 0, Testing Accuracy= 0.9366Iter 1, Testing Accuracy= 0.9602Iter 2, Testing Accuracy= 0.9677Iter 3, Testing Accuracy= 0.9735Iter 4, Testing Accura 阅读全文