IP属地:河南
基于病叶图像处理技术的植物病害识别是一个具有挑战性的研究课题。 病态叶片图像的复杂性。深入学习模式在植物病害鉴定方面具有广阔的应用前景。 基于叶...
主要思想:CNN中的 convolution单元每次只关注邻域 kernel size 的区域,就算后期感受野越来越大,终究还是局部区域的运算,...
读取数据流程 该过程可以分为三步 构造文件名队列 把文件名队列读取进来,并随即打乱shufflu,即从filename到Filename到Fil...
初始pytorch 定义tensor torch.FloatTensor() torch.Tensor() 上面两种方法一般给定一个维度直接生成...
数据集: 数据集中的训练集使用的是coco train 2014,82783张图片,测试集使用的是 val 2017 ,5000张图片,对应的c...
关于tensorflow中的reuse=True ,or,False 在tf.variable_scope()函数中,设置reuse=False...
import tensorflow as tf from tensorflow.examples.tutorials.mnist import ...
import tensorflow as tf from tensorflow.examples.tutorials.mnist import ...