上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: tensorflow读取数据-tfrecord格式 https://blog.csdn.net/happyhorizion/article/details/77894055 Tensorflow第三课数据加载 非图片数据 https://blog.csdn.net/clever_wr/article 阅读全文
posted @ 2018-11-27 11:43 rongye 阅读(217) 评论(0) 推荐(0)
摘要: 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 阅读(1146) 评论(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 阅读(445) 评论(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 阅读(1159) 评论(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 阅读(446) 评论(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 阅读(236) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-24 19:56 rongye 阅读(343) 评论(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 阅读(266) 评论(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 阅读(818) 评论(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 阅读(1251) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页