Skip to content

开放词汇训练收敛问题 #16

Description

@wl654655902

我用YOLO-UniOW-L的配置,训练object365和goldg数据,使用8张RTX 6000 Ada训练
loss是在下降,但是评测的时候前一两个epoch的mAP有效,后面epoch评测时

02/17 05:22:36 - mmengine - INFO - Evaluating bbox...
02/17 05:22:39 - mmengine - INFO - The testing results of the whole dataset is empty.

出现The testing results of the whole dataset is empty.的问题,mmyolo文档的解释是:

这通常说明训练效果太差导致网络没有预测出任何符合阈值要求的检测框。 出现这种现象有多个原因,典型的为:
1、当前为前几个 epoch,网络当前训练效果还较差,等后续训练久一点后可能就不会出现该警告了
2、配置设置不正确,网络虽然正常训练但是实际上无效训练,例如前面的 loss_bbox 始终为 0 就会导致上述警告
3、超参设置不合理

请问作者在训练时有遇到过这个问题没

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions