上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: https://github.com/fo40225/tensorflow-windows-wheel pip install tensorflow-1.5.0-cp36-cp36m-win_amd64.whl https://blog.csdn.net/z564359805/article/det 阅读全文
posted @ 2018-11-27 10:01 rongye 阅读(1138) 评论(0) 推荐(0) 编辑
摘要: Iter 4820, Testing Accuracy= 0.45184085Iter 4840, Testing Accuracy= 0.4525846Iter 4860, Testing Accuracy= 0.45332837Iter 4880, Testing Accuracy= 0.454 阅读全文
posted @ 2018-11-26 19:57 rongye 阅读(436) 评论(0) 推荐(0) 编辑
摘要: #!/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) 编辑
摘要: #!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:mnist = input_data.read_data_sets('MNIST 阅读全文
posted @ 2018-11-23 22:53 rongye 阅读(1228) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datafrom tensorflow.contrib.tensorboard.plugins impo 阅读全文
posted @ 2018-11-23 20:04 rongye 阅读(430) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页