Closed tc-qaq closed 5 years ago
please check this link
ok,thanks
So which one is it, because the filenames do not match the output error.
When I use this pre-train model that you provide ,se-resnet50-bn : https://data.lip6.fr/cadene/pretrainedmodels/se_resnet50-ce0d4300.pth I meet,RuntimeError: Error(s) in loading state_dict for RetinaNet Is this pre-train model wrong?
First, you should run https://github.com/qjadud1994/Text_Detector/blob/master/Pytorch/get_state_dict.py . Then run train.py code.
2019년 12월 1일 (일) 오후 6:38, ssma96 notifications@github.com님이 작성:
When I use this pre-train model that you provide ,se-resnet50-bn : https://data.lip6.fr/cadene/pretrainedmodels/se_resnet50-ce0d4300.pth I meet,RuntimeError: Error(s) in loading state_dict for RetinaNet Is this pre-train model wrong?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/qjadud1994/Text_Detector/issues/2?email_source=notifications&email_token=AE5ZG3WTDX6YBWG3TVWNXN3QWOA2ZA5CNFSM4HK4X4O2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFRC7OQ#issuecomment-560082874, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5ZG3SBFO6YNWAL4TXWD5LQWOA2ZANCNFSM4HK4X4OQ .
Hi @qjadud1994 I need a pre-train model imagenet_pretrain = 'weights/retinanet_se50.pth' in train.py but no url to download this model Could you list the url of this model,thanks