Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keras-yolo检测loss问题 #537

Open
lfxuan opened this issue Aug 18, 2021 · 1 comment
Open

keras-yolo检测loss问题 #537

lfxuan opened this issue Aug 18, 2021 · 1 comment

Comments

@lfxuan
Copy link

lfxuan commented Aug 18, 2021

keras-yolo检测训练的时候oss 不下降 ,一直在1000左右震荡,请问我可以在哪些方面进行修改和调整呢?

@FIVE9523
Copy link

请问下你在训练text是有出现 ValueError: Unknown entry in loss dictionary: "xy_loss". Only expected the following keys: ['conv2d_134', 'conv2d_142', 'conv2d_150'],这个问题吗?

在模型编译那里出错了
textModel.compile(optimizer=adam, loss={'xy_loss':lambda y_true, y_pred:y_pred,
'wh_loss':lambda y_true, y_pred:y_pred,
'confidence_loss':lambda y_true, y_pred:y_pred,
'class_loss':lambda y_true, y_pred:y_pred,
}
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants