摘要:
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 阅读全文
摘要:
Iter 4820, Testing Accuracy= 0.45184085Iter 4840, Testing Accuracy= 0.4525846Iter 4860, Testing Accuracy= 0.45332837Iter 4880, Testing Accuracy= 0.454 阅读全文
摘要:
#!/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 阅读全文
摘要:
#!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data# In[2]:mnist = input_data.read_data_sets('MNIST 阅读全文
摘要:
#!/usr/bin/env pythonimport tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_datafrom tensorflow.contrib.tensorboard.plugins impo 阅读全文