<?/** * xml2array() will convert the given XML text to an array in the XML structure. * Link: http://www.bin-co.comphp/scripts/xml2array/ * Arguments ...
分类:
编程语言 时间:
2016-12-28 18:06:29
阅读次数:
191
学习知识的一种方式是先会用然后再问为什么。 在安装完成caffe,根据caffe的提示下载完mnist训练测试数据,并且运行lenet训练模型之后,摆在眼前的问题就是我怎么用caffe训练自己的数据啊,mnist的数据通过脚本就可以下载创建成lmdb,我要训练自己的数据集该怎么做? 用caffe训练 ...
分类:
其他好文 时间:
2016-12-27 00:47:45
阅读次数:
192
TC用来模拟网络情况: tc qdisc add dev eth0 root netem delay 100ms loss 1% 如果两次添加,将会导致问题,报file exists ...
分类:
其他好文 时间:
2016-12-18 23:34:14
阅读次数:
183
利用python实现简单的线性回归对房屋面积进行预测 注:在这里只是简单的利用LMS Loss Function 和 GD对Linear Regression进行了编写,并没有预测 ...
分类:
其他好文 时间:
2016-12-15 20:53:22
阅读次数:
215
A Loss Function for Learning Region Proposals 训练RPN时,只对两种anchor给予正标签:和gt_box有着最高的IoU && IoU超过0.7。如果对于 所有的gt_box,其IoU都小于0.3,则标记为负。损失函数定义如下: 其中i为一个mini- ...
分类:
其他好文 时间:
2016-12-06 14:12:37
阅读次数:
1654
1. 挂失补卡后的bug bug描述:某用户在进行挂失操作时,选择“是否立即补卡”,如果放在读卡器上的卡是一张已发的卡的话,该用户将造成该用户cardno 的卡库不一致。 原因分析:使用的数据库表:rec_card_make , rec_loss , ...
分类:
其他好文 时间:
2016-12-04 07:10:39
阅读次数:
356
The best strategy to play the game is to minimize the maximum loss you could possibly face. Definition of dp[i][j]: minimum number of money to guarant ...
分类:
其他好文 时间:
2016-11-28 09:34:33
阅读次数:
195
注意:python对圆括号()前面要加上转移字符\,还有点号也要加上转意字符\ ...
分类:
编程语言 时间:
2016-11-26 22:51:28
阅读次数:
292
如何在Caffe中增加一层新的Layer呢?主要分为四步: (1)在./src/caffe/proto/caffe.proto 中增加对应layer的paramter message; (2)在./include/caffe/***layers.hpp中增加该layer的类的声明,***表示有com ...
分类:
其他好文 时间:
2016-11-19 23:52:32
阅读次数:
386