Closed WilliamQf-AI closed 1 year ago
或者说要怎样量化成pdmodel模型?
python3 tools/export_model.py -c configs/rec/PP-OCRv3/en_PP-OCRv3_rec.yml -o Global.pretrained_model=./pretrain_models/en_PP-OCRv3_rec_train/best_accuracy Global.save_inference_dir=./inference/en_PP-OCRv3_rec/
tools工具里面可以导出 ,另外方便提供一下这个模型参数吗 我也申请了这个 但是没有回应
你好,配置文件使用v3蒸馏配置即可
谢谢大佬们,问题解决啦
执行如下命令: python3 tools/export_model.py -c ./inference_model/case_handwrite/ch_PP-OCRv3_rec_distillation.yml -o Global.pretrained_model=./inference_model/case_handwrite/best_accuracy Global.save_inference_dir=./inference_model/1/
开源大礼包在哪下载的?
大礼包里面有一个手写识别模型,要导出paddle inference模型,没有yml文件怎么办?哪里有?