-
Notifications
You must be signed in to change notification settings - Fork 175
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
how to convert a finetuned student model (detection v3) #82
Comments
使用如下文件
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for a fine tuned model
https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.7/doc/doc_ch/finetune.md#22-%E6%A8%A1%E5%9E%8B%E9%80%89%E6%8B%A9
how to convert the student model?
python3 ./converter/ch_ppocr_v3_det_converter.py --src_model_path models/ch_det_v3_student
getting error:
File "./converter/ch_ppocr_v3_det_converter.py", line 60, in load_paddle_weights print("paddle_2: {}, {}".format(ppname, para_state_dict[ppname].shape)) KeyError: 'Student2.neck.ins_conv.0.in_conv.weight'
The text was updated successfully, but these errors were encountered: