随笔分类 - 神经网络
摘要:import osimport tensorflow as tfimport numpy as npimport re from PIL import Imageimport matplotlib.pyplot as plt print("hello") class NodeLookup(objec
阅读全文
摘要:import tensorflow as tfimport osimport tarfileimport requests #inception模型下载地址inception_pretrain_model_url = 'http://download.tensorflow.org/models/im
阅读全文
摘要:import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data #载入数据集mnist = input_data.read_data_sets("F:\TensorflowProject\MNIST_
阅读全文
摘要:# coding: utf-8 import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data mnist = input_data.read_data_sets("F:\TensorflowProj
阅读全文
摘要:# coding: utf-8 import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data print("hello") #载入数据集mnist = input_data.read_data_se
阅读全文
摘要:import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data #载入数据集mnist = input_data.read_data_sets("F:\\TensorflowProject\\MNIS
阅读全文
摘要:# coding: utf-8import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data #print("hello") #载入数据集mnist = input_data.read_data_se
阅读全文
摘要:# coding: utf-8 import tensorflow as tffrom tensorflow.examples.tutorials.mnist import input_data #print("hello") #载入数据集mnist = input_data.read_data_s
阅读全文
摘要:1、使用conda创建环境 conda create --name caffe2env python=3.6 success ## To activate this environment, use(激活坏境)#conda activate caffe2env## To deactivate an
阅读全文
摘要:https://pan.baidu.com/s/1o7efLdK
阅读全文
摘要:#include <opencv2/opencv.hpp>#include <iostream> using namespace std;using namespace cv; void ChangeImgBG();Mat HandleImgData(Mat &img);/*图片背景替换知识点:分水
阅读全文
摘要:由于市面上的一些教程时间比较早,入门学习时跟随教程安装容易出现各种错误,这些错误基本都是版本不同导致的 所以,我们安装过程中一定要指出包的版本,如果你已经遇到no module named six.moves这样的错误了,不要担心,只需要重复下面的命令即可成功安装 注:这里是python2.7 su
阅读全文