- 博客(5)
- 收藏
- 关注
原创 ValueError: "concat" mode can only merge layers with matching output shapes except for the concat
在keras中merge([x1, x2], mode=’concat’, concat_axis=channel_axis)时报了如下一个错Traceback (most recent call last): File "F:/visual/SSsearch/ineptionV4.py", line 215, in <module> model = create_model(5)
2017-11-08 19:33:33 2961 1
原创 使用python PIL库读取MSCOCO的bounding box
这里使用的是MSCOCO里annotations_trainval2017里的数据集,因为是比较大的json文件,为方便查阅,我们用spdyer将其打开。with open(path+'/'+filename_arr[2]+'.json') as f: instances_train = json.load(f)with open(path + '/' + filename_arr[3]
2017-10-27 22:54:01 2767 1
原创 GoogleNet inception-v4概述及python实现方法
在复现论文的时候发现需要用谷歌的inception-v4先提取出物体的特征,网上找了一圈也没有现成的,所以就打算自己实现一下。这里实现的是论文中的pure inception blocks。inception-v4主体就是论文中的figure 9,然后figure 3,4,5,6,7,8分别是对主体中每层细节的展开。从图中可以看到,每层中用到的操作都是卷积,池化和filter_concat,所以在实
2017-10-16 14:30:58 2733
原创 tensorflow ValueError: Dimensions must be equal
在使用tf.matmul进行矩阵相乘的时候报了这么个错。。。。 File "/home/batman/.local/lib/python3.5/site-packages/tensorflow/python/framework/common_shapes.py", line 610, in call_cpp_shape_fn debug_python_shape_fn, require_
2017-05-24 22:56:07 11774 1
原创 python TypeError: can't pickle _thread.RLock objects
在写多进程类的时候遇到了这么个问题 Traceback (most recent call last): File "C:/Users/wei.wu/Desktop/trade/monitor/kp.py", line 93, in <module> kp.start() File "C:\ProgramData\Anaconda3\lib\multiprocessing\pro
2017-05-17 17:35:18 18207 6
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人