训练细节
oneTaken
生活有很多种方式。
展开
-
[论文阅读]Relay Backpropagation for Effective Learning of Deep Convolutional Neural Networks
ILRVRC 2015 scese classification challenge第一。 在类别不平衡时的采样策略: >Class-aware Sampling. The Places2 challenge dataset has more than 8M training images in total. The numbers of images in different classes原创 2017-09-12 10:23:03 · 1339 阅读 · 0 评论 -
[论文阅读] Focal Loss for Dense Object Detection
arxiv: https://arxiv.org/pdf/1708.02002.pdf 何凯明 homepage: http://kaiminghe.com/paper 写得很好,可以多读。1.解决的问题: 在稠密目标检测中,产生的目标候选区域中正负样本数量悬殊,大部分都是对 loss没有贡献的easy background example. 很容易进行分类。2.相关 paper: R-CNN原创 2017-10-27 18:14:14 · 2079 阅读 · 0 评论