8wDlpd.png
8wDFp9.png
8wDEOx.png
8wDMfH.png
8wDKte.png

如何在 Tensorflow 对象检测 API 中使用 label_smooth?

Tacco 2月前

22 0

当我训练 Faster rcnn 时,如何在 Tensorflow 对象检测 API 中使用 label_smooth?我尝试将 label_smoothing = 0.1factor = tf.constant(label_smoothing)target_tensor *= (1 - factor)target_te...

当我训练 Faster rcnn 时,如何在 Tensorflow 对象检测 API 中使用 label_smooth?

我尝试

label_smoothing = 0.1
factor = tf.constant(label_smoothing)
target_tensor *= (1 - factor)
target_tensor += (factor / target_tensor.shape[2].value)

在loss.py类中,WeightedSoftmaxClassificationLoss(Loss):

但这没有任何效果。即使删除整个类也不会影响训练。

我该把损失放在哪里呢?

谢谢

帖子版权声明 1、本帖标题:如何在 Tensorflow 对象检测 API 中使用 label_smooth?
    本站网址:http://xjnalaquan.com/
2、本网站的资源部分来源于网络,如有侵权,请联系站长进行删除处理。
3、会员发帖仅代表会员个人观点,并不代表本站赞同其观点和对其真实性负责。
4、本站一律禁止以任何方式发布或转载任何违法的相关信息,访客发现请向站长举报
5、站长邮箱:yeweds@126.com 除非注明,本帖由Tacco在本站《tensorflow》版块原创发布, 转载请注明出处!
最新回复 (0)
返回
作者最近主题: