PaddlePaddle / PaddleOCR

Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)
https://paddlepaddle.github.io/PaddleOCR/
Apache License 2.0
44.05k stars 7.81k forks source link

ch_PP-OCRv4_rec_distill.yml 训练报错:ValueError: (InvalidArgument) The input of Op(Conv) should be a 4-D or 5-D Tensor. #11226

Open shenchenfei opened 1 year ago

shenchenfei commented 1 year ago

请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

请尽量不要包含图片在问题中/Please try to not include the image in the issue.

lizhq commented 11 months ago

[Hint: Expected in_dims.size() == 4 || in_dims.size() == 5 == true, but received in_dims.size() == 4 || in_dims.size() == 5:0 != true:1.] 遇到了同样的问题

OeasyC commented 1 month ago

[Hint: Expected in_dims.size() == 4 || in_dims.size() == 5 == true, but received in_dims.size() == 4 || in_dims.size() == 5:0 != true:1.] 遇到了同样的问题

有解决吗,我训练和推理都没问题,导出一直报错。