garbage_classify
garbage_classify copied to clipboard
本文新增添分类,检测,换脸技术等学习教程,各种调参技巧和tricks,卷积结构详细解析可视化,注意力机制代码等详解!本次垃圾分类挑战杯,目的在于构建基于深度学习技术的图像分类模型,实现垃圾图片类别的精准识别...
2020-03-10 10:37:34.998582: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1003] 1: N N 2020-03-10 10:37:34.998708: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1115] Created TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 10312 MB memory) -> physical GPU (device: 0, name: GeForce RTX 2080 Ti, pci...
我的是笔记本,显卡1050,运行时候出现ImportError: DLL load failed: 页面文件太小,无法完成操作。是带不动问题吗
楼主,请问你还有这个.h5权重吗?我下载了几天也没下载下来,需要你的帮助,谢谢!QQ598770323
ValueError: Error when checking input: expected conv2d_1_input to have 4 dimensions, but got array with shape (16, 1)
使用的是Xception模型,训练10轮acc没改变。请教一下博主 @saifeiwu
作者你好customize_service这个文件的一个库 from model_service.tfserving_model_service import TfServingBaseService 在你的源码中没有,请问这是你自己定义的么,在你的源码项目中没有这个
我在运行时出现了File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 78, in h5py.h5f.open OSError: Unable to open file (file signature not found) 请问该如何解决这个问题呢
你好,数据增强不是通过旋转平移等操作来增加原本的数据集吗,我看到aug.py和data_gen.py里面虽然进行了数据增强,但是是直接替换了原始读取的图片,数据集的总量还是没有变的,对这里有点疑惑?
`(tfenv) D:\DeepLearnning\Code\RubbishSort\garbage_classify-master>python run.py --mode=eval --eval_pb_path=./model_snapshots/model --test_data_url=./datasets/garbage_classify/tr ain_data --num_classes=40 Using TensorFlow backend. 2020-03-12 10:09:15.415268: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 2020-03-12...