LaplaceSama
LaplaceSama
I spent couples of weeks on this and failed to find the way to test my own datasets. I strictly followed Readme, changed the cfg and trained my own datasets...
有没有人出现了跟我一样的问题: 我在训练coco数据集的时候,grad_norm为Nan。我在训练其他数据集时,只要base_lr设置较低,grad_norm就会变成Nan或者Infinity。除此之外,训练coco时,我的loss一直没有动过。我使用的configs/finetune_coco/yolo_world_v2_s_vlpan_bn_2e-4_80e_8gpus_mask-refine_finetune_coco.py中的配置,使用的yolo_world_v2_s_vlpan_bn_2e-4_80e_8gpus_mask-refine_finetune_coco_ep80-492dc329.pth作为预训练路径,配置中没有做任何额外更改。 