Roy-海龙
Roy-海龙
python3.8.8 paddlenlp 2.2.4 paddleocr 2.4 paddlepaddle-gpu 0.0.0.post110 pandas 1.2.4 Aurelius84 ***@***.***> 于2022年4月12日周二 15:08写道: > 报错提示是说,在组网生成program时,调用 stack接口时,输入的Tensor的shape是:[7, -1]和[-1, > 7],shape不匹配。请问您paddlenlp使用的是哪个版本,我们复现下。 > > — > Reply to this email directly, view it...
@0x45f 下面是模型下载地址 https://paddleocr.bj.bcebos.com/pplayout/PP-Layout_v1.0_ser_pretrained.tar 我现在正在基于VQA做OCR结构化输出相关任务,以下是地址 https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.4/ppstructure/vqa/README_ch.md
已解决,谢谢啦。 https://github.com/PaddlePaddle/PaddleHub/issues/1809
@yeliang2258 使用的环境比较杂,经常涉及到Paddle,pytorch(yolov5),tensorflow(bert)等为了部署的时候简单,都统一转onnx。
export FLAGS_use_cuda_managed_memory=false 无法解决问题
线上部署推理的时候也会发生吗?推理的时候是否也需要固定图片尺寸呢? zhoujun ***@***.***> 于2022年7月26日周二 11:32写道: > eval的时候图片尺寸固定一下 > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . > You...
batch_size设置为1也不行 asus10tu ***@***.***> 于2022年7月26日周二 10:26写道: > 应该是显存溢出了,试试减少batch_size > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . > You...
没有,目前把 eval_batch_step设置得很大,训练过程中不进行验证,但是效果很差。三张T4卡,训练3-5天后测试模型还可以,训练10多天后模型就不行了。 luochenbeisheng ***@***.***> 于2022年10月26日周三 15:14写道: > 请问解决了吗,我也遇到了同样的问题 > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe > > . >...
Global: debug: false use_gpu: false epoch_num: 500 log_smooth_window: 20 print_batch_step: 50 save_model_dir: ./output/ch_PP-OCR_v3_det/ save_epoch_step: 1 eval_batch_step: - 9999999 - 9999999 cal_metric_during_train: false pretrained_model: output/ch_PP-OCR_v3_det/latest checkpoints: output/ch_PP-OCR_v3_det/latest save_inference_dir: output/det_db_inference/ use_visualdl: true...
非常感谢,成功的解决了我的问题。 YANGY ***@***.***> 于2022年10月27日周四 10:28写道: > limit_side_len: 960 > limit_type: max > > — > Reply to this email directly, view it on GitHub > , > or unsubscribe >...