我自己在aistudio(白嫖v100)上训练了个ppyoloe plus模型,用ppyoloe 的权重转换脚本转换报错: 脚本命令: ``` python tools/convert_weights.py -f exps/ppyoloe/ppyoloe_crn_s_300e_coco.py -c model_final.pdparams -oc ppyoloe_crn_s_300e_coco.pth -nc 1 ``` <img width="1060" alt="image" src="https://user-images.githubusercontent.com/44053467/191902020-0b95a42a-e2d2-4ff1-a5c5-ee0b626548a2.png">