Mu He

Results 2 comments of Mu He

您好!我遇到了相似的问题。使用的是paddlepaddle==2.5.2, paddleocr>2.6。 当用 python ./converter/ch_ppocr_v4_det_converter.py --yaml_path ./configs/det/ch_PP-OCRv4/ch_PP-OCRv4_det_student.yml --src_model_path ppocr_models/ch_PP-OCRv4_det_train 跑之后, 出现如下报错:AttributeError: module 'paddle.fluid' has no attribute 'load_dygraph'。 请问load_dygraph 可以用其他function代替吗?

By the way, I got it working by using the following package version combination, you can try it out: python 3.9, pip