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)
Apache License 2.0
40.32k stars 7.46k forks source link

ValueError: parameter name [conv1_1_weights] have be been used. In dygraph mode, the name of parameter can't be same.Please check the parameter attr value passed to self.create_parameter or constructor of dygraph Layers #7184

Closed balescream closed 11 months ago

balescream commented 1 year ago

During distillation learning using Resnet gives the following error whereas MobilenetV1Enhance works fine(Teacher +2 Students). 请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem

nissansz commented 1 year ago

Do you have working resnet version yml file?

github-actions[bot] commented 12 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

DemonDamon commented 7 months ago

how?

DemonDamon commented 7 months ago

parameter name [conv1_1_weights] have be been used. In dygraph mode, the name of parameter can't be same.Please check the parameter attr value passed to self.create_parameter or c onstructor of dygraph Layers

same issue? how to solve?